GeorgKreuzmayr opened a new issue, #44668: URL: https://github.com/apache/arrow/issues/44668
### Describe the bug, including details regarding any error messages, version, and platform. ***Describe the enhancement requested*** The documentation of `ColumnMetaData` is contradicting it's implementation. The [documentation](https://arrow.apache.org/docs/dev/python/generated/pyarrow.parquet.ColumnChunkMetaData.html#pyarrow.parquet.ColumnChunkMetaData.data_page_offset) says: The `data_page_offset` and `dictionary_page_offset` are relative to the column chunk offset The [comments in the code](https://github.com/apache/arrow/blob/df24a8225999896eb03db280354fbff42dfea0f5/cpp/src/generated/parquet_types.h#L2896) say: The offsets are byte offsets from the beginning of the file to first `data_page` / `dictionary_page` ***Component(s)*** Documentation ### Component(s) C++, Documentation -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org