gortiz commented on code in PR #13943: URL: https://github.com/apache/pinot/pull/13943#discussion_r1802888840
########## pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java: ########## @@ -343,7 +343,9 @@ 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 boolean DEFAULT_ENABLE_PARTITION_METADATA_MANAGER = true; + public static final String AUTO_PARTITION_HINT = "pinot.broker.multistage.auto.partition.hint"; Review Comment: I'll change it to `infer.partition.hint` -- 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