happyprg commented on a change in pull request #4203: URL: https://github.com/apache/iceberg/pull/4203#discussion_r815554540
########## File path: python_legacy/iceberg/core/base_transaction.py ########## @@ -60,6 +60,7 @@ def __init__(self, ops, start): def table(self): return self.transaction_table + # NOTE: function name has typo in the word `comitted`. Kept for backwards compatability in legacy python API. def check_last_operation_commited(self, operation): Review comment: @kbendick Thank you for giving me a reply. I already fixed all which I know :) -- 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