Commits


mwish authored and GitHub committed ddd0a337174
GH-34665: [Parquet][C++] Allow Reading BloomFilter (#34728) ### Rationale for this change Allow reading bloom filter in parquet file reader. ### What changes are included in this PR? 1. [x] Add Basic BloomFilterReader 2. [x] Test BloomFilterReader ### Are these changes tested? Will add ### Are there any user-facing changes? User can read bf from file now. * Closes: #34665 Authored-by: mwish <maplewish117@gmail.com> Signed-off-by: Weston Pace <weston.pace@gmail.com>