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: issues-unsubscr...@iceberg.apache.org.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