tjwilson90 commented on issue #5108: URL: https://github.com/apache/arrow-rs/issues/5108#issuecomment-1823145534
Do you know where this is specified? In my reading of https://github.com/apache/parquet-format/blob/master/BloomFilter.md I don't see any description of what the bloom filters are supposed to contain. I certainly could write bloom filters externally, it's just less convenient since 1) it adds extra files that I need to maintain / are consistent, and 2) generating it would require either an extra read through a parquet file after writing it, or foregoing the higher level utilities like `ArrowWriter` that control how column chunks are sized. -- 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]
