icefury71 commented on a change in pull request #6641:
URL: https://github.com/apache/incubator-pinot/pull/6641#discussion_r587710803
##########
File path:
pinot-core/src/main/java/org/apache/pinot/core/util/TableConfigUtils.java
##########
@@ -371,6 +371,7 @@ private static void validateIndexingConfig(@Nullable
IndexingConfig indexingConf
}
Map<String, String> columnNameToConfigMap = new HashMap<>();
Set<String> noDictionaryColumnsSet = new HashSet<>();
+ String STAR_TREE_CONFIG_NAME = "StarTreeIndex Config";
Review comment:
I thought about it - but this static variable will only be used within
this method and nowhere else. So decided to let it be.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]