alamb opened a new issue, #8768: URL: https://github.com/apache/arrow-datafusion/issues/8768
### Is your feature request related to a problem or challenge? We (well, really I) introduced a regression applying BloomFilters in ParquetExec https://github.com/apache/arrow-datafusion/issues/8685 Part of why this regression was introduced is that there are no "end to end" integration tests of reading parquet files with bloom filters (e.g. actually write parquet data with bloom filters, and verify they are being used to prune row groups) ### Describe the solution you'd like 2. One PR with some integration tests to verify bloom filters are actually pruning (maybe following how it is done in https://github.com/apache/arrow-datafusion/blob/1179a76567892b259c88f08243ee01f05c4c3d5c/datafusion/core/tests/parquet/row_group_pruning.rs#L42) ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
