layout: default title: Apache Arrow 15.0.2 Release permalink: /release/15.0.2.html

Apache Arrow 15.0.2 (18 March 2024)

This is a patch release covering more than 0 months of development.

Download

Contributors

This release includes 11 commits from 7 distinct contributors.

$ git shortlog -sn apache-arrow-15.0.1..apache-arrow-15.0.2
     4	Raรบl Cumplido
     2	Vyas Ramasubramani
     1	Alenka Frim
     1	Jonathan Keane
     1	Sten Larsson
     1	Sutou Kouhei
     1	Weston Pace

Patch Committers

The following Apache committers merged contributed patches to the repository.

$ git shortlog -sn --group=trailer:signed-off-by apache-arrow-15.0.1..apache-arrow-15.0.2
     3	Antoine Pitrou
     2	Sutou Kouhei
     1	Felipe Oliveira Carvalho
     1	Jonathan Keane
     1	Joris Van den Bossche

Changelog

Apache Arrow 15.0.2 (2024-03-18 07:00:00)

Bug Fixes

  • GH-39582 - [C++][Acero] Increase size of Acero TempStack (#40007)
  • GH-39919 - [C++][Dataset] Add missing Protobuf static link dependency (#40015)
  • GH-39943 - [CI][Python] Update manylinux images to avoid GPG problems downloading packages (#39944)
  • GH-40068 - [C++] Possible data race when reading metadata of a parquet file (#40111)
  • GH-40252 - [C++] Make span SFINAE standards-conforming to enable compilation with nvcc (#40253)
  • GH-40386 - [Python] Fix except clauses (#40387)
  • GH-40485 - [Python][CI] Skip failing test_dateutil_tzinfo_to_string (#40486)

New Features and Improvements

  • GH-40248 - [R] fallback to the correct libtool when we find a GNU one (#40259)