jorisvandenbossche commented on PR #443: URL: https://github.com/apache/arrow-site/pull/443#issuecomment-1864122750
This would be something like the following (I haven't checked all [R] labeled issues in detail, I am not sure if there is anything worth mentioning, or whether they are mostly CI fixes xx @assignUser) Python: * Delay initializing the S3 filesystem until first usage (instead on import) ([GH-38364](https://github.com/apache/arrow/issues/38364)) * Fix segfault when PyArrow is imported at shutdown ([GH-38626](https://github.com/apache/arrow/issues/38626)) * Fix potential deadlock when CSV reading errors out ([GH-38676](https://github.com/apache/arrow/issues/38676)) C++: * S3FileSystem: fix regression in deleting explicitly created sub-directories ([GH-38618](https://github.com/apache/arrow/issues/38618)) Parquet (C++): * Fix performance regression in reading binary/string columns ([GH-38432](https://github.com/apache/arrow/issues/38432)) * Fix regression in reading Parquet files in parallel ([GH-38432](https://github.com/apache/arrow/issues/38432)) * Fix bug in reading valid Parquet files written with older versions ([GH-38577](https://github.com/apache/arrow/issues/38577)) -- 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]
