raulcd opened a new issue, #46905: URL: https://github.com/apache/arrow/issues/46905
### Describe the enhancement requested Those two fields exist on the Thrift statistics but we don't expose them when reading a Parquet file in the C++ implementation: https://github.com/apache/parquet-format/blob/87f2c8bf77eefb4c43d0ebaeea1778bd28ac3609/src/main/thrift/parquet.thrift#L308-L311 Even though we might not allow truncation it is interesting for readers to know whether those values are exact or not as the file might have been written with a library that supports it (arrow-rs, arrow-java). ### Component(s) Parquet, C++ -- 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