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

Apache Arrow 6.0.1 (18 November 2021)

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

Download

Contributors

This release includes 34 commits from 16 distinct contributors.

$ git shortlog -sn apache-arrow-6.0.0..apache-arrow-6.0.1
     7	Sutou Kouhei
     4	Joris Van den Bossche
     3	Antoine Pitrou
     3	David Li
     3	Krisztián Szűcs
     3	Weston Pace
     2	Nic Crane
     1	Attila Lendvai
     1	Benson Muite
     1	Dominik Moritz
     1	Dragos Moldovan-Grünfeld
     1	Eduardo Ponce
     1	Matthew Topol
     1	Neal Richardson
     1	Terence Honles
     1	michalursa

Patch Committers

The following Apache committers merged contributed patches to the repository.

$ git shortlog -csn apache-arrow-6.0.0..apache-arrow-6.0.1
    19	Krisztián Szűcs
    15	Sutou Kouhei

Changelog

Apache Arrow 6.0.1 (2021-11-18)

Bug Fixes

  • ARROW-14437 - [Python] CSV test_cancellation unittests fail on Apple M1
  • ARROW-14492 - [JS] Browser bundles broken
  • ARROW-14513 - [Release][Go] Update release-6.0.0 with /v6 suffix
  • ARROW-14519 - [C++] joins segfault when data contains list column
  • ARROW-14523 - [C++][Python] S3FileSystem write_table can lose data
  • ARROW-14538 - [R] Work around empty tr call on Solaris
  • ARROW-14550 - [C++][Go] the json license is not compatible with FSF standards
  • ARROW-14583 - [R][C++] Crash when summarizing after filtering to no rows on partitioned data
  • ARROW-14584 - [Python][CI] Python sdist installation fails with latest setuptools 58.5
  • ARROW-14620 - [Python] Missing bindings for existing_data_behavior makes it impossible to maintain old behavior
  • ARROW-14630 - [C++] DCHECK in GroupByNode when error encountered
  • ARROW-14739 - Docs point to wrong source

New Features and Improvements

  • ARROW-13156 - [R] bindings for str_count
  • ARROW-14181 - [C++][Compute] Hash Join support for dictionary
  • ARROW-14189 - [Docs] Add version dropdown to the sphinx docs
  • ARROW-14310 - [R] Make expect_dplyr_equal() more intuitive
  • ARROW-14365 - [R] Update README example to reflect new capabilities
  • ARROW-14390 - [Packaging][Ubuntu] Add support for Ubuntu 21.10
  • ARROW-14433 - [Release][APT] Skip arm64 Ubuntu 21.04 verification
  • ARROW-14450 - [R] Old macos build error
  • ARROW-14459 - [Doc] Update the pinned sphinx version
  • ARROW-14480 - [R] Expose arrow::dataset::ExistingDataBehavior to R
  • ARROW-14486 - [Packaging][deb] libthrift-dev dependency is missing
  • ARROW-14490 - [Doc] Regenerate CHANGELOG.md to include all versions
  • ARROW-14496 - [Docs] Ensure links to non-sphinx parts of the docs are relative instead of absolute
  • ARROW-14499 - [Docs] Version dropdown side-by-side with search box
  • ARROW-14514 - [C++][R] UBSAN error on round kernel
  • ARROW-14580 - [Python] PyPI listing does not include trove classifiers for Python 3.10
  • ARROW-14623 - [Packaging][Java] Upload not only .jar but also .pom
  • ARROW-14628 - [Release][Python] Use python -m pytest