kaushiksrini opened a new pull request, #1772: URL: https://github.com/apache/iceberg-python/pull/1772
## Description - This PR checks snapshot write compatibility and validates no conflicting concurrent operations have been written that can clash. - Added Snapshot util file that implements `ancestors_between` and `ancestors_of` from [SnapshotUtil.java](https://github.com/apache/iceberg/blob/main/core/src/main/java/org/apache/iceberg/util/SnapshotUtil.java) - Commit conflict resolution and retry as [outlined in the spec](https://iceberg.apache.org/spec/#commit-conflict-resolution-and-retry) will be completed in a subsequent PR. Closes #1678 -- 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