Guosmilesmile commented on PR #12979: URL: https://github.com/apache/iceberg/pull/12979#issuecomment-2854062247
RewriteConfig | config | describe | | --- | --- | | flink-maintenance.rewrite.data-file-count | After a given number of new data files since the last run, starts the downstream job. | | | | flink-maintenance.rewrite.partial-progress-enabled| Allows committing compacted data files in batches. | | | | flink-maintenance.rewrite.partial-progress-max-commits| Configures the size of batches if partialProgressEnabled is true | | | | flink-maintenance.rewrite.max-bytes |Configures the maximum byte size of the rewrites for one scheduled compaction. This could be used to limit the resources used by the compaction. | flink-maintenance.rewrite.target-file-size-bytes | Configures the target file size. | flink-maintenance.rewrite.min-file-size-bytes | Configures the min file size considered for rewriting. | flink-maintenance.rewrite.max-file-size-bytes | Configures the max file size considered for rewriting. | flink-maintenance.rewrite.min-input-files | Configures the minimum file number after a rewrite is always initiated. | flink-maintenance.rewrite.delete-file-threshold | Configures the minimum delete file number for a file after a rewrite is always initiated. | flink-maintenance.rewrite.rewrite-all | Configures the minimum delete file number for a file after a rewrite is always initiated. -- 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