snleee commented on a change in pull request #4464: Delete extra refreshed segments after segment push URL: https://github.com/apache/incubator-pinot/pull/4464#discussion_r306989748
########## File path: pinot-hadoop/src/main/java/org/apache/pinot/hadoop/job/JobConfigConstants.java ########## @@ -57,4 +57,6 @@ public static final String ENABLE_PARTITIONING = "enable.partitioning"; public static final String ENABLE_SORTING = "enable.sorting"; public static final String ENABLE_RESIZING = "enable.resizing"; + + public static final String DELETE_EXTRA_REFRESHED_SEGMENTS = "delete.extra.refreshed.segments"; Review comment: Can we rename this if you have a better name? ---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
