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. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org