raulcd opened a new pull request, #48201: URL: https://github.com/apache/arrow/pull/48201
### Rationale for this change The Parquet C++ implementation contains information about some metadata that is not exposed to PyArrow. This PR is to expose those. ### What changes are included in this PR? Expose present `parquet::ColumnChunkMetaData`: - has_index_page - index_page_offset - bloom_filter_offset - bloom_filter_length ### Are these changes tested? Yes ### Are there any user-facing changes? Yes, new API methods on pyarrow.parquet ColumnChunkMetadata. -- 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]
