MehulBatra commented on code in PR #569:
URL: https://github.com/apache/iceberg-python/pull/569#discussion_r1580084812
##########
pyiceberg/table/__init__.py:
##########
@@ -235,6 +242,10 @@ class TableProperties:
WRITE_PARTITION_SUMMARY_LIMIT = "write.summary.partition-limit"
WRITE_PARTITION_SUMMARY_LIMIT_DEFAULT = 0
+ DELETE_MODE = "write.delete.mode"
+ DELETE_MODE_COPY_ON_WRITE = "merge-on-read"
+ DELETE_MODE_MERGE_ON_READ = "copy-on-write"
Review Comment:
@Fokko I believe this is a mismatch, got written this way mistakenly, please
correct me If I am overlooking it.
--
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]