deanm0000 opened a new issue, #34180: URL: https://github.com/apache/arrow/issues/34180
### Describe the enhancement requested I'm not sure if this issue pertains to all implementations of arrow including pyarrow or just c++ but related to this https://github.com/apache/arrow/issues/14870 I'm guessing it affects pyarrow as `pq.ParquetFile.metadata.to_dict()['row_groups'][0]['columns'][0]['statistics'].keys()` doesn't have the min_value, max_value keys. So the feature request is to include min_value and max_value in that metadata. Additionally, I think there's metadata on whether or not a column is sorted (I might be confused on that point) but if there is it'd be good to see that too. ### Component(s) Python -- 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]
