We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
validateDeletedDataFiles
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
validate_deleted_data_files
feat: validate_deleted_data_files (#1938)
e98f685
Closes #1928 # Rationale for this change Add `validate_deleted_data_files` which depends on #1935 # Are these changes tested? Added a test! # References Java `deletedDataFiles` impl: https://github.com/apache/iceberg/blob/3a29199e73f2e9ae0f8f92a1a0732a338c66aa0d/core/src/main/java/org/apache/iceberg/MergingSnapshotProducer.java#L678 Java `ManifestGroup.entries` impl: https://github.com/apache/iceberg/blob/3a29199e73f2e9ae0f8f92a1a0732a338c66aa0d/core/src/main/java/org/apache/iceberg/ManifestGroup.java#L242 --------- Co-authored-by: Fokko Driesprong <[email protected]>
Successfully merging a pull request may close this issue.
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 hereThe text was updated successfully, but these errors were encountered: