yguy-ryft commented on code in PR #13432:
URL: https://github.com/apache/iceberg/pull/13432#discussion_r2229089543
##########
docs/docs/configuration.md:
##########
@@ -74,8 +74,8 @@ Iceberg tables support table properties to configure table
behavior, like the de
| write.merge.distribution-mode | (not set)
| Defines distribution of write merge data
|
| write.wap.enabled | false
| Enables write-audit-publish writes
|
| write.summary.partition-limit | 0
| Includes partition-level summary stats in snapshot summaries if the
changed partition count is less than this limit
|
-| write.metadata.delete-after-commit.enabled | false
| Controls whether to delete the oldest **tracked** version metadata
files after commit
|
-| write.metadata.previous-versions-max | 100
| The max number of previous version metadata files to keep before
deleting after commit
|
+| write.metadata.previous-versions-max | 100
| The max number of previous version metadata files to track
|
Review Comment:
fixed 👍
--
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]