rdblue commented on code in PR #8374:
URL: https://github.com/apache/iceberg/pull/8374#discussion_r1304796697


##########
python/pyiceberg/table/__init__.py:
##########
@@ -225,17 +221,13 @@ def commit_transaction(self) -> Table:
         """
         # Strip the catalog name
         if len(self._updates) > 0:
-            response = self._table.catalog._commit_table(  # pylint: 
disable=W0212
+            self._table._do_commit(  # pylint: disable=W0212

Review Comment:
   I'm fine with this being private for now, but we may want to actually expose 
it later.



-- 
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]

Reply via email to