Apache Arrow 19.0.1 (16 February 2025)
This is a patch release covering more than 1 month of development.
Download
- Source Artifacts
- Binary Artifacts
- Git tag
Contributors
This release includes 27 commits from 9 distinct contributors.
$ git shortlog -sn apache-arrow-19.0.0..apache-arrow-19.0.1
11 Bryce Mecum
4 Antoine Pitrou
4 Joris Van den Bossche
2 Gang Wu
2 Sutou Kouhei
1 David Li
1 Ian Cook
1 Matt Topol
1 Rossi Sun
Patch Committers
The following Apache committers merged contributed patches to the repository.
$ git shortlog -sn --group=trailer:signed-off-by apache-arrow-19.0.0..apache-arrow-19.0.1
5 Raúl Cumplido
4 Antoine Pitrou
2 Bryce Mecum
2 Gang Wu
2 Sutou Kouhei
1 Joris Van den Bossche
1 Rossi Sun
Changelog
Bug Fixes
- GH-44513 - [C++] Fix overflow issues for large build side in swiss join (#45108)
- GH-45180 - [C++][Fuzzing] Fix Negation bug discovered by fuzzing (#45181)
- GH-45230 - [Docs] Add LinkedIn social link and fix top nav scaling problems (#45228)
- GH-45283 - [C++][Parquet] Omit level histogram when max level is 0 (#45285)
- GH-45295 - [Python][CI] Make download_tzdata_on_windows more robust and use tzdata package for tzinfo database on Windows for ORC (#45425)
- GH-45296 - [Python] Only enable the string dtype on pandas export for pandas>=2.3 (#45383)
- GH-45339 - [Parquet][C++] Fix statistics load logic for no row group and multiple row groups (#45350)
- GH-45357 - [C++] Disable Flight test (#45232)
- GH-45427 - [Python] Fix version comparison in pandas compat for pandas 2.3 dev version (#45428)
Improvements
- GH-45201 - [C++][Parquet] Improve performance of generating size statistics (#45202)
- GH-45304 - [C++][S3] Workaround compatibility issue between AWS SDK and MinIO (#45310)
- GH-45305 - [CI][Python] Temporarily avoid newer boto3 version (#45311)
- GH-45305 - [CI] Bump Minio version and unpin boto3 (#45320)