Apache Arrow 14.0.2 Release
Published
18 Dec 2023
By
The Apache Arrow PMC (pmc)
The Apache Arrow team is pleased to announce the 14.0.2 release. This is mostly a bugfix release that includes 33 resolved issues from 11 distinct contributors. See the Install Page to learn how to get the libraries for your platform.
The release notes below are not exhaustive and only expose selected highlights of the release. Other bugfixes and improvements have been made: we refer you to the complete changelog.
C++ notes
- S3FileSystem: fix regression in deleting explicitly created sub-directories (GH-38618)
Parquet
- Fix performance regression in reading binary/string columns (GH-38432)
- Fix regression in reading Parquet files in parallel (GH-38432)
- Fix bug in reading valid Parquet files written with older versions (GH-38577)