Apache Arrow 18.1.0 (24 November 2024)
This is a patch release covering more than 1 months of development.
Download
- Source Artifacts
- Binary Artifacts
- Git tag
Contributors
This release includes 25 commits from 8 distinct contributors.
$ git shortlog -sn apache-arrow-18.0.0..apache-arrow-18.1.0
7 Bryce Mecum
7 Sutou Kouhei
4 dependabot[bot]
2 Adam Reeve
2 Raúl Cumplido
1 0xderek
1 Anja Kefala
1 Jacob Wujciak-Jens
Patch Committers
The following Apache committers merged contributed patches to the repository.
$ git shortlog -sn --group=trailer:signed-off-by apache-arrow-18.0.0..apache-arrow-18.1.0
5 Sutou Kouhei
4 David Li
3 Bryce Mecum
3 Curt Hagenlocher
3 Jacob Wujciak-Jens
2 Raúl Cumplido
1 Felipe Oliveira Carvalho
Changelog
Apache Arrow 18.1.0 (2024-11-24)
Bug Fixes
- GH-44360 - [C#] Fix Flight DoExchange incompatibility with C++ implementation (#44424)
- GH-44389 - [Java][Integration][Release] Use Python 3.12 for verify-rc-source-integration-linux-conda-latest-amd64 (#44395)
- GH-44448 - [C++] Add support for overwriting grpc_cpp_plugin path for cross-compiling (#44507)
- GH-44453 - [Release] Add shebang to
07-matlab-upload.sh
(#44454) - GH-44459 - [Release][Packaging] Do not check wheel content when verifying binary wheels (#44460)
- GH-44461 - [Release][Packacing][Python] Set PARQUET_TEST_DATA on verify-release-candidate-wheels.bat (#44462)
- GH-44506 - [Docs][C++] Fix documentation directive for ChunkLocation (#44505)
- GH-44606 - [C++] Add find module for abseil that handles missing version (#44613)
- GH-44607 - [C++][Dev] Update bundled Thrift, update mirrors to use CDN (#44685)
- GH-44674 - [R] Fix R CMD check failure with dev testthat (#44675)
New Features and Improvements
- GH-34535 - [C++] Move ChunkResolver to the public API (#44357)
- GH-44353 - [Java] Implement
map()
forUnionMapWriter
(#44390) - GH-44361 - [C#][Integration] Include .NET in Flight integration tests (#44377)
- GH-44449 - [Release] Retry on HTTP error in binary upload (#44450)
- GH-44451 - [Release] Retry on HTTP error in Java upload (#44452)