Guosmilesmile commented on code in PR #13024: URL: https://github.com/apache/iceberg/pull/13024#discussion_r2084965347
########## flink/v2.0/flink/src/main/java/org/apache/iceberg/flink/maintenance/api/RewriteDataFiles.java: ########## @@ -40,6 +40,7 @@ public class RewriteDataFiles { static final String REWRITE_TASK_NAME = "Rewrite"; static final String COMMIT_TASK_NAME = "Rewrite commit"; static final String AGGREGATOR_TASK_NAME = "Rewrite aggregator"; + private static final String MAINTENANCE_TASK_NAME = "RewriteDataFiles"; Review Comment: Ok, I have remove it . -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org