HonahX commented on code in PR #498: URL: https://github.com/apache/iceberg-python/pull/498#discussion_r1520912688
########## pyiceberg/table/metadata.py: ########## @@ -287,6 +287,31 @@ def _generate_snapshot_id() -> int: return snapshot_id +class IncompleteTableMetadata(TableMetadataCommonFields): Review Comment: With this, we can re-use `_apply_table_update` to construct an initial metadata from a chain of updates -- 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