pitrou commented on issue #35318: URL: https://github.com/apache/arrow/issues/35318#issuecomment-1597127094
@zpz the `ParquetFile` context manager should ensure that the reader is closed, does that not happen for you? https://github.com/apache/arrow/blob/e798e2a08c1bff3f62fa9b0fd10cd07a0488705b/python/pyarrow/parquet/core.py#L346-L350 cc @jorisvandenbossche for the potential `ParquetFile` issue. -- 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]
