Support writing BloomFilter in arrow_writer #3275
Labels
enhancement
Any new improvement worthy of a entry in the changelog
help wanted
parquet
Changes to the parquet crate
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
@jimexist added Bloom filter support in #3023 and related tickets
However, there is still some additional support needed to write BloomFilters in the parquet arrow writer when writing arrow arrays
Describe the solution you'd like
flush_bloom_filter
calls likearrow-rs/parquet/src/arrow/arrow_writer/byte_array.rs
Line 456 in b155461
Describe alternatives you've considered
N/A
Additional context
apache/datafusion#4512
The text was updated successfully, but these errors were encountered: