gortiz commented on code in PR #13943: URL: https://github.com/apache/pinot/pull/13943#discussion_r1795372378
########## pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java: ########## @@ -343,6 +343,8 @@ public static class Broker { public static final String CONFIG_OF_ENABLE_PARTITION_METADATA_MANAGER = "pinot.broker.enable.partition.metadata.manager"; public static final boolean DEFAULT_ENABLE_PARTITION_METADATA_MANAGER = false; + public static final String IMPLICIT_COLOCATE_JOIN = "pinot.broker.multistage.implicit.colocate"; Review Comment: I've changed that to do not provide a value for parallelism. Anyway, you are right about the naming. Do you have a suggestion for a new and more precise property name? -- 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