alamb opened a new pull request, #3976: URL: https://github.com/apache/arrow-datafusion/pull/3976
Builds on https://github.com/apache/arrow-datafusion/pull/3961 Draft until: - [ ] Merge https://github.com/apache/arrow-datafusion/pull/3961 - [ ] Find a way to reduce parquet file size - [ ] Find / file a reproducer for the test failure - [ ] Verify that pruning is actually happening via statistics or something else - [ ] Fixup filtering on dictionary columns in `parquet_predicate_pushdown` benchmark # Which issue does this PR close? Part of https://github.com/apache/arrow-datafusion/issues/3463 # Rationale for this change I want to avoid tricky wrong results bugs related to applying predicates during the parquet scans # What changes are included in this PR? 1. Add a new `parquet_predicate_pushdown` integration test 2. Refactor common code out of `parquet_predicate_pushdown` performance test This test creates a parquet file and then 1. Applies the same filter with various options 4. Verifies the results are the same # Are there any user-facing changes? No -- 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]
