siddharthteotia commented on code in PR #9143:
URL: https://github.com/apache/pinot/pull/9143#discussion_r935970379


##########
pinot-query-runtime/src/main/java/org/apache/pinot/query/service/QueryConfig.java:
##########
@@ -22,9 +22,11 @@
  * Configuration for setting up query runtime.
  */
 public class QueryConfig {
-  public static final int DEFAULT_MAX_INBOUND_QUERY_DATA_BLOCK_BYTES_SIZE = 
128 * 1024 * 1024;
   public static final long DEFAULT_TIMEOUT_NANO = 10_000_000_000L;
 
+  public static final String KEY_OF_MAX_INBOUND_QUERY_DATA_BLOCK_BYTES_SIZE = 
"pinot.query.runner.max.msg.size";

Review Comment:
   Shall we use "multistage" in the name somewhere to clearly distinguish 
between multistage engine specific configs vs rest ?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to