Jackie-Jiang commented on a change in pull request #7092: URL: https://github.com/apache/incubator-pinot/pull/7092#discussion_r660894852
########## File path: pinot-plugins/pinot-minion-tasks/pinot-minion-builtin-tasks/src/main/java/org/apache/pinot/plugin/minion/tasks/realtime_to_offline_segments/RealtimeToOfflineSegmentsTaskExecutor.java ########## @@ -146,20 +145,24 @@ public void preProcess(PinotTaskConfig pinotTaskConfig) { String timeColumnTransformFunction = configs.get(MinionConstants.RealtimeToOfflineSegmentsTask.TIME_COLUMN_TRANSFORM_FUNCTION_KEY); - String collectorTypeStr = configs.get(MinionConstants.RealtimeToOfflineSegmentsTask.COLLECTOR_TYPE_KEY); - Map<String, String> aggregatorConfigs = new HashMap<>(); + // TODO: Rename the config key Review comment: Yeah, planning to do it in a separate PR as this PR is focusing on the framework enhancement -- 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