zeroshade opened a new pull request, #341: URL: https://github.com/apache/arrow-go/pull/341
### Rationale for this change Support for reading and writing bloom filters to files is important for allowing consumers to skip row groups/columns/etc. ### What changes are included in this PR? Adding functionality to the Writer and Reader to allow for writing and reading bloom filters from parquet files directly. Adding write properties to control if and how bloom filters get written. ### Are these changes tested? Yes. Unit tests are added. ### Are there any user-facing changes? Only the newly available functions. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org