walterddr commented on code in PR #10771: URL: https://github.com/apache/pinot/pull/10771#discussion_r1198031649
########## pinot-broker/src/main/java/org/apache/pinot/broker/broker/helix/BaseBrokerStarter.java: ########## @@ -270,8 +270,8 @@ public void start() // Initialize FunctionRegistry before starting the broker request handler FunctionRegistry.init(); boolean caseInsensitive = - _brokerConf.getProperty(Helix.ENABLE_CASE_INSENSITIVE_KEY, false) || _brokerConf.getProperty( - Helix.DEPRECATED_ENABLE_CASE_INSENSITIVE_KEY, false); + _brokerConf.getProperty(Helix.ENABLE_CASE_INSENSITIVE_KEY, true) || _brokerConf.getProperty( + Helix.DEPRECATED_ENABLE_CASE_INSENSITIVE_KEY, true); Review Comment: suggest making it a parameter in `CommonConstants.Helix.DEFAULT_CASE_INSENSITIVITY_KEY` -- 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