mayankshriv commented on a change in pull request #7664:
URL: https://github.com/apache/pinot/pull/7664#discussion_r739489180
##########
File path:
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/BaseBrokerRequestHandler.java
##########
@@ -144,6 +146,8 @@ public BaseBrokerRequestHandler(PinotConfiguration config,
RoutingManager routin
_defaultHllLog2m =
_config.getProperty(CommonConstants.Helix.DEFAULT_HYPERLOGLOG_LOG2M_KEY,
CommonConstants.Helix.DEFAULT_HYPERLOGLOG_LOG2M);
_enableQueryLimitOverride =
_config.getProperty(Broker.CONFIG_OF_ENABLE_QUERY_LIMIT_OVERRIDE, false);
+ _enableSegmentPartitionedDistinctCountOverride =
Review comment:
Can this be query flag instead of config? Issue with config is that we
need to then enforce the config is set on all instances.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]