ankitsultana commented on code in PR #16240: URL: https://github.com/apache/pinot/pull/16240#discussion_r2176147200
########## pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java: ########## @@ -492,6 +492,41 @@ public static class Broker { "pinot.broker.enable.dynamic.filtering.semijoin"; public static final boolean DEFAULT_ENABLE_DYNAMIC_FILTERING_SEMI_JOIN = true; + /** + * Whether to use physical optimizer by default. + * This value can always be overridden by {@link Request.QueryOptionKey#USE_PHYSICAL_OPTIMIZER} query option + */ + public static final String CONFIG_OF_USE_PHYSICAL_OPTIMIZER = "pinot.broker.use.physical.optimizer"; + public static final boolean DEFAULT_USE_PHYSICAL_OPTIMIZER = true; Review Comment: this needs to be false -- 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