aglebov opened a new issue, #3577: URL: https://github.com/apache/iceberg-python/issues/3577
### Question The implementation of the `delete` and `upsert` operation make an deliberate choice to create multiple snapshots, breaking the atomicity expectation. For example, if I start a `delete` operation to remove some entries, I do not expect consumers of the data to see a snapshot with some but not all of the entries gone. Given that the implementation choice looks very deliberate, I'm curious about the rationale for it? It seems that other clients of the library expect atomic operation as well, for example https://github.com/apache/iceberg-python/issues/3076 -- 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]
