iceberg-python
iceberg-python copied to clipboard
[wip] feat: `validate_deleted_data_files`
Closes #1928
Rationale for this change
Add validate_deleted_data_files which depends on #1935
Are these changes tested?
In progress...
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