stevie9868 commented on PR #1246:
URL: https://github.com/apache/iceberg-python/pull/1246#issuecomment-2439167367

   Thanks for the detail walk through!
   
   I believe if 
[self.update_snapshot(snapshot_properties=snapshot_properties).fast_append()](https://github.com/apache/iceberg-python/blob/main/pyiceberg/table/__init__.py#L509)
 throws an exception, it will trigger the transaction __exit__ 
[here](https://github.com/apache/iceberg-python/blob/main/pyiceberg/table/__init__.py#L242),
 which will only contain 1 update [,]( 
https://github.com/apache/iceberg-python/blob/main/pyiceberg/table/__init__.py#L678)
 which is the delete as the append failed.


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

Reply via email to