HonahX commented on issue #980:
URL: https://github.com/apache/iceberg-python/issues/980#issuecomment-2258677170

   Thanks for raising the issue! I am able to reproduce it in the latest main.
   
   I think the issue is that inside `txn.append()`:
   
   
https://github.com/apache/iceberg-python/blob/9b6503def4f07a70149da07378f4795c3a4b113b/pyiceberg/table/__init__.py#L492-L508
   
   There are several usages of `self._table.*` where `self.table_metadata.*` 
should be used. 


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