hengfeiyang opened a new pull request, #7821: URL: https://github.com/apache/arrow-datafusion/pull/7821
## Which issue does this PR close? Impl #4512 ## Rationale for this change ## What changes are included in this PR? I implement `bloom filter` support when we pruning `row group`. I already created a PR and merged for support read `bloom filter` with `async` https://github.com/apache/arrow-rs/pull/4917 But before `arrow-rs` team make a new release we need to test it with a special `commit id` in Cargo.toml Let's use this to review this PR, I will switch to the new version after `arrow-rs` team made the new release. ## Are these changes tested? - [ ] Test with a parquet file that can pruning `row group` by `bloom filter` - [ ] Test with a parquet file that can't pruning `row group` by `bloom filter` - [ ] Test with a parquet without `bloom filter` ## 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]
