vikramahuja1001 commented on a change in pull request #4245: URL: https://github.com/apache/carbondata/pull/4245#discussion_r775725942
########## File path: core/src/main/java/org/apache/carbondata/core/mutate/CarbonUpdateUtil.java ########## @@ -688,4 +689,124 @@ public static long getLatestDeleteDeltaTimestamp(String[] deleteDeltaFiles) { } return latestTimestamp; } + + + /** + * Handling of the clean up of old carbondata files, index files , delete delta, + * update status files. + * + * @param table clean up will be handled on this table. + * @param isDryRun if true then max query execution timeout will not be considered. + */ + public static long cleanUpDeltaFiles(CarbonTable table, boolean isDryRun) throws IOException { Review comment: this is for dry run config, i had put the wrong param description, changed it now. -- 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: dev-unsubscr...@carbondata.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org