Jackie-Jiang commented on a change in pull request #5040: Update Selection Query Limit with
pre-configured value
URL: https://github.com/apache/incubator-pinot/pull/5040#discussion_r377434076
##########
File path: pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandler.java
##########
@@ -104,6 +103,7 @@
private final AtomicInteger _numDroppedLog;
private final boolean _enableCaseInsensitivePql;
+ private final boolean _enableBrokerQueryLimitOverride;
Review comment:
(nit) `_enableQueryLimitOverride`?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org
|