Fokko commented on code in PR #3900:
URL: https://github.com/apache/iceberg-python/pull/3900#discussion_r3958300967
##########
pyiceberg/table/update/snapshot.py:
##########
@@ -1043,6 +1045,14 @@ def _commit_if_ref_updates_exist(self) -> None:
self._updates = ()
self._requirements = ()
+ def _pending_table_metadata(self) -> TableMetadata:
Review Comment:
I'm tempted to also call this `table_metadata`, similar to `Transaction`:
https://github.com/apache/iceberg-python/blob/9299bdb8530c6ae87f583c2e5cbeba2f5b532606/pyiceberg/table/__init__.py#L259-L261
--
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]