hhhizzz opened a new pull request, #382: URL: https://github.com/apache/paimon-rust/pull/382
## What changed Uses file min/max stats to prune `IN` predicates when every literal is outside the file value range. `NOT IN`, missing stats, corrupt stats, and unsupported comparisons continue to fail open. ## Why Before this change, non-partition `IN` predicates always skipped stats pruning and could keep files that min/max metadata can prove cannot match. ## Validation - `cargo test -p paimon test_data_file_matches_in --lib -- --nocapture` - `git diff --check` -- 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]
