iceberg-python icon indicating copy to clipboard operation
iceberg-python copied to clipboard

Support Concurrency Safety Validation: Implement `validateDeletedDataFiles`

Open sungwy opened this issue 8 months ago • 0 comments

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

This subtask tracks the implementation of validateDeletedDataFiles function. The Java Reference implementation can be found here

sungwy avatar Apr 18 '25 01:04 sungwy