Jackie-Jiang commented on code in PR #12402:
URL: https://github.com/apache/pinot/pull/12402#discussion_r1486723700
##########
pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java:
##########
@@ -91,8 +91,6 @@ public static class Helix {
public static final String ENABLE_CASE_INSENSITIVE_KEY =
"enable.case.insensitive";
public static final boolean DEFAULT_ENABLE_CASE_INSENSITIVE = true;
- public static final String ALLOW_TABLE_NAME_WITH_DATABASE =
"allow.table.name.with.database";
- public static final boolean DEFAULT_ALLOW_TABLE_NAME_WITH_DATABASE = false;
Review Comment:
Should we consider keeping this config but only change the default to true?
It might be useful for certain cases
--
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]