Re: [PR] feat: validate snapshot write compatibility [iceberg-python]

2025-03-08 Thread via GitHub
Fokko commented on code in PR #1772: URL: https://github.com/apache/iceberg-python/pull/1772#discussion_r1986237088 ## pyiceberg/utils/snapshot.py: ## @@ -0,0 +1,53 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See

[PR] feat: validate snapshot write compatibility [iceberg-python]

2025-03-08 Thread via GitHub
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 i