Jackie-Jiang commented on code in PR #17258:
URL: https://github.com/apache/pinot/pull/17258#discussion_r2566709757
##########
pinot-broker/src/main/java/org/apache/pinot/broker/requesthandler/MultiStageBrokerRequestHandler.java:
##########
@@ -169,6 +170,10 @@ public MultiStageBrokerRequestHandler(PinotConfiguration
config, String brokerId
Executors.newFixedThreadPool(
Math.max(1, Runtime.getRuntime().availableProcessors() / 2),
new NamedThreadFactory("multi-stage-query-compile-executor")));
+ _defaultDisabledPlannerRules =
+
_config.containsKey(CommonConstants.Broker.CONFIG_OF_BROKER_MSE_PLANNER_DISABLED_RULES)
? new HashSet<>(
Review Comment:
We can probably do `Set.copyOf()` to construct an immutable set
--
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]