pvary commented on code in PR #13024: URL: https://github.com/apache/iceberg/pull/13024#discussion_r2084864442
########## 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: I don't think we need a constant for this. Unless we use it in unit tests. Same for the ExpireSnapshots. -- 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