pvary commented on code in PR #17142:
URL: https://github.com/apache/iceberg/pull/17142#discussion_r3551890759


##########
docs/docs/flink-configuration.md:
##########
@@ -163,6 +163,20 @@ INSERT INTO tableName /*+ OPTIONS('upsert-enabled'='true') 
*/
 | shred-variants                          | Table write.parquet.shred-variants 
        | Overrides this table's shred variants for this write |
 | variant-inference-buffer-size           | Table 
write.parquet.variant-inference-buffer-size | Overrides this table's variant 
inference buffer size for this write |
 
+#### Post-commit maintenance options
+
+`IcebergSink` can run [table 
maintenance](flink-maintenance.md#icebergsink-with-post-commit-integration)
+after each commit. The enable flags are listed below; see the maintenance docs 
for the full per-task
+option set.
+
+| Flink option | Default | Description |
+|--------------|---------|-------------|
+| flink-maintenance.rewrite.enabled | false | Compact data files after commit |
+| flink-maintenance.expire-snapshots.enabled | false | Expire snapshots after 
commit |
+| flink-maintenance.delete-orphan-files.enabled | false | Delete orphan files 
after commit |
+| flink-maintenance.convert-equality-deletes.enabled | false | Convert 
equality deletes to deletion vectors after commit (requires equality fields and 
format version >= 3) |
+| flink-maintenance.convert-equality-deletes.target-branch | Write branch | 
Branch the converted DVs are committed to; defaults to the write branch 
(in-place conversion) |

Review Comment:
   Do we want this here?
   Maybe it is enough to keep the detailed config on the flink-maintenance.md



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to