soumya-ghosh commented on code in PR #977:
URL: https://github.com/apache/iceberg-python/pull/977#discussion_r1703667518
##########
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:
Sure, I had this in mind when I started to work this but then forgot about
it. Will the property in the doc.
--
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]