apache / apache/arrow

[Python][Parquet] Expose whether a Parquet file has index pages and bloom filters

Open
#48,199 0 comments 0 reactions 1 assignee Claimed by @raulcd View on GitHub
Component: Parquet Component: Python Type: enhancement
Dominant language
C++
Stars
17.1k
Forks
4.3k
Avg merge
3d 13h
Merged PRs (30d)
88

Description

### Describe the enhancement requested

Parquet C++ `ColumnChunkMetaData` exposes whether the Column Chunk has index pages and whether bloom filters are present on the file:
https://github.com/apache/arrow/blob/2fb2f79a18962875d7f6adc5115666fc0bfea342/cpp/src/parquet/metadata.h#L155-L169

It would be nice to be able to visualize those as part of PyArrow.

### Component(s)

Parquet, Python

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.