npawar commented on a change in pull request #6050: URL: https://github.com/apache/incubator-pinot/pull/6050#discussion_r497118618
########## File path: pinot-core/src/main/java/org/apache/pinot/core/common/MinionConstants.java ########## @@ -61,4 +61,17 @@ private MinionConstants() { public static final String MERGE_TYPE_KEY = "mergeTypeKey"; public static final String MERGED_SEGMENT_NAME_KEY = "mergedSegmentNameKey"; } + + public static class RealtimeToOfflineSegmentsTask { + public static final String TASK_TYPE = "realtimeToOfflineSegmentsTask"; + // window Review comment: Can we do that when we add these other tasks? It will read odd for this PR ---------------------------------------------------------------- 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: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org