Consider adding BloomFilter reading support to ParquetMetadataReader
#6514
Labels
enhancement
Any new improvement worthy of a entry in the changelog
parquet
Changes to the parquet crate
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Parquet now has the wonderful
ParquetMetaDataReader
structure from @adriangb and @etseidlThis handles reading the footer metadata as well as the page indexes.
@progval noted in #6505 (comment) that BloomFilters are similiar to the PageIndex, but are not currently read/written by the ParquetMetaDataReader
Describe the solution you'd like
I would like to be able to configure the ParquetMetaDataReader (and writer) to read BloomFilters as well
Describe alternatives you've considered
This might look something like
Additional context
The text was updated successfully, but these errors were encountered: