HonahX commented on code in PR #977:
URL: https://github.com/apache/iceberg-python/pull/977#discussion_r1703643942
##########
pyiceberg/table/__init__.py:
##########
@@ -224,6 +225,9 @@ class TableProperties:
MANIFEST_MERGE_ENABLED = "commit.manifest-merge.enabled"
MANIFEST_MERGE_ENABLED_DEFAULT = False
+ METADATA_PREVIOUS_VERSIONS_MAX = "write.metadata.previous-versions-max"
+ METADATA_PREVIOUS_VERSIONS_MAX_DEFAULT = 100
Review Comment:
It will be even better if we could update the doc to include this new option:
https://github.com/apache/iceberg-python/blob/846713b18c4f0adbb75fda14d9b863464e91d4bc/mkdocs/docs/configuration.md?plain=1#L29-L38
--
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]