legout opened a new issue, #40081: URL: https://github.com/apache/arrow/issues/40081
### Describe the bug, including details regarding any error messages, version, and platform. Hello, i want to report a minor bug. Running the following (useless) code results in a Segmentation fault. ```python import pyarrow.parquet as pq pq.FileMetaData().row_group(0) ``` pyarrow Version: 15.0.0 os. Linux x86_64 ### Component(s) Parquet, 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]
