You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's been a lot of continued interest in using multiple PyIceberg applications concurrently and having proper support for optimistic concurrency.
I think the best place to start is through the implementation of the individual validation functions
Once this is complete, we'll be able to introduce the Isolation Levels and correctly implement the validation logic in the _OverwriteFiles snapshot producer, similarly to the Java implementation
jqin61, raphaelauv, toddy86, Milias, yotahk and 6 more