alamb opened a new issue, #3275: URL: https://github.com/apache/arrow-rs/issues/3275
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** @Jimexist added Bloom filter support in https://github.com/apache/arrow-rs/issues/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** - [ ] Complete support- e.g. audit all `flush_bloom_filter` calls like https://github.com/apache/arrow-rs/blob/b155461f770eb2ab8cc5d3296f6123582cf5073d/parquet/src/arrow/arrow_writer/byte_array.rs#L456 - [ ] Tests **Describe alternatives you've considered** N/A **Additional context** https://github.com/apache/arrow-datafusion/issues/4512 -- 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]
