snazy opened a new issue, #6710: URL: https://github.com/apache/iceberg/issues/6710
### Apache Iceberg version main (development) ### Query engine None ### Please describe the bug 🐞 Concurrent operations against the same table (like updating the same table from different clients) are not completely safe via the Iceberg REST API. `deleteTable` offers no `UpdateRequirement` checks at all. `updateTable` has `UpdateRequirement`s, but there is none that checks for example the latest metadata-location, which should change for every update. -- 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]
