zeroshade opened a new pull request, #336: URL: https://github.com/apache/arrow-go/pull/336
### Rationale for this change As with many other parquet reader/writers we should add support for bloom filters. ### What changes are included in this PR? This only adds an implementation to the `metadata` package to represent bloom filters and process them for metadata reading and writing. This does not yet wire it up through the actual parquet file reader and writer. That will be done in a subsequent PR. ### Are these changes tested? Yes, unit tests are included. ### Are there any user-facing changes? Only the addition of the new functions that are exposed in the metadata package. -- 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]
