linhongyu510 opened a new pull request, #3145: URL: https://github.com/apache/iceberg-rust/pull/3145
## Summary - validate deletion vector invariants when `FileScanTaskDeleteFile` is built - migrate delete-file fixtures and callers to the validated builder result shape - remove duplicate single-task deletion-vector structural checks from the loader and delete-file index ## Testing - `cargo test -p iceberg scan::task::tests::test_delete_file_builder --lib` - `cargo test -p iceberg --lib delete_file_loader` - `cargo test -p iceberg --lib row_filter` - `cargo test -p iceberg --lib caching_delete_file_loader` - `cargo test -p iceberg --lib delete_file_index` - `cargo test -p iceberg --lib` - `cargo clippy -p iceberg --all-targets --all-features -- -D warnings` - `cargo fmt --all -- --check` Closes #3135. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
