mattmartin14 commented on PR #1817:
URL: https://github.com/apache/iceberg-python/pull/1817#issuecomment-2745289992

   I think since the transaction wrapper has been moved out, there should be a 
unit test added to do partial upsert and then throw an error and ensure the 
rollback occurs and we are not left in a state where a partial upsert succeeded.
   
   Example:
   - start an upsert
   - let the update succeed
   - force an error on the insert component 
   - rollback the transaction and make sure the update did not persist
   
   Just my thoughts 😃. Thanks,
   Matt


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