snleee commented on a change in pull request #7178:
URL: https://github.com/apache/pinot/pull/7178#discussion_r684514720
##########
File path:
pinot-segment-local/src/main/java/org/apache/pinot/segment/local/utils/TableConfigUtils.java
##########
@@ -313,6 +321,65 @@ private static void validateTaskConfigs(TableConfig
tableConfig) {
}
}
+ private static void validateMergeRollupTaskConfig(TableTaskConfig
tableTaskConfig, Schema schema) {
+ if (tableTaskConfig != null &&
tableTaskConfig.isTaskTypeEnabled(MinionConstants.MergeRollupTask.TASK_TYPE)) {
Review comment:
same here
--
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]