kevinjqliu opened a new pull request, #1497: URL: https://github.com/apache/iceberg-python/pull/1497
Closes #1253 While looking at #1433, i noticed that `UpdateSchema` does not respect the transaction semantic, i.e. it does not abort the whole transaction when any update in the transaction fails. This is similar to #1246 and we had a discussion around it then. I raised #1253 to track. To reproduce, run test with ``` poetry run pytest tests/integration/test_rest_schema.py::test_abort_transaction -s -vvv ``` -- 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