Jackie-Jiang commented on a change in pull request #5641:
URL: https://github.com/apache/incubator-pinot/pull/5641#discussion_r451045154
##########
File path:
pinot-spi/src/main/java/org/apache/pinot/spi/config/table/IndexingConfig.java
##########
@@ -191,6 +192,14 @@ public void
setStarTreeIndexConfigs(List<StarTreeIndexConfig> starTreeIndexConfi
_starTreeIndexConfigs = starTreeIndexConfigs;
}
+ public boolean isAllowStarTreeCreationDuringSegmentLoad() {
Review comment:
We need this config on the table level so that when user adds star-tree
indexes for a table, they can choose to create star-trees on server side or
Hadoop/Spark side for backfill (or minion side in the future) based on the
server load.
Renamed the config
----------------------------------------------------------------
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]