This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to annotated tag apache-arrow-6.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git.
*** WARNING: tag apache-arrow-6.0.0 was modified! ***
from 6714759 (tag)
to c06b663 (tag)
tagging 67256349f8be76169b6fb70ebbb096ff244546cf (commit)
replaces apache-arrow-3.0.0
by Krisztián Szűcs
on Thu Oct 21 19:30:55 2021 +0200
- Log -----------------------------------------------------------------
[Release] Apache Arrow Release 6.0.0
-----------------------------------------------------------------------
omit 5a6f591 [Release] Update versions for 6.0.0
omit b03fce8 [Release] Update .deb/.rpm changelogs for 6.0.0
omit fa2e00a [Release] Update CHANGELOG.md for 6.0.0
add a8e1c81 ARROW-14345: [C++] Implement streaming reads
add 9841dc8 ARROW-14400: [Go] Equals and ApproxEquals for Tables and
Chunked Arrays
add 6f478d0 ARROW-14396: [R][Doc] Remove relic note in write_dataset that
columns cannot be renamed
add f893fa2 ARROW-14401: [C++] Fix bundled crc32c's include path
add 3da6600 ARROW-12563: [C++][Gandiva] Add add_months and datediff
functions for string
add fd6cb3a ARROW-11238: [Python] Make SubTreeFileSystem print method
more informative
add 5f89593 MINOR: [Docs] Fix sphinx warnings in the Streaming execution
engine docs
add 80f3433 ARROW-14402: [Release][Yum] Specify gpg path explicitly
add 0ce5b0d ARROW-14404: [Release][APT] Skip arm64 Debian GNU/Linux
bookwarm verification
add 47f9176 ARROW-14406: [CI] Skip failing test on dask-master nightly
build
add eee80f1 ARROW-14408: [Packaging][Crossbow] Option for skipping
artifact pattern validation
add 31b6d11 ARROW-14409: [Packaging][Python] Update the manylinux
platform tags
add 65c1313 ARROW-14417: [R] Joins ignore projection on left dataset
add 721aa01 ARROW-14410: [Python][Packaging] Use numpy 1.21.3 to build
python 3.10 wheels for macOS and windows
new b5aac0e [Release] Update CHANGELOG.md for 6.0.0
new 1958679 [Release] Update .deb/.rpm changelogs for 6.0.0
new 6725634 [Release] Update versions for 6.0.0
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
annotated tag are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (6714759)
\
N -- N -- N refs/tags/apache-arrow-6.0.0 (c06b663)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG.md | 419 +++++++++++----------
ci/docker/python-wheel-windows-vs2017.dockerfile | 2 +-
ci/scripts/install_python.sh | 3 +-
ci/scripts/integration_dask.sh | 6 +-
ci/scripts/python_wheel_windows_test.bat | 13 +-
cpp/cmake_modules/ThirdpartyToolchain.cmake | 5 +-
cpp/src/arrow/filesystem/gcsfs.cc | 63 +++-
cpp/src/arrow/filesystem/gcsfs_internal.cc | 4 +-
cpp/src/arrow/filesystem/gcsfs_test.cc | 109 +++++-
.../function_registry_timestamp_arithmetic.cc | 11 +-
cpp/src/gandiva/precompiled/epoch_time_point.h | 20 +-
cpp/src/gandiva/precompiled/time_test.cc | 37 ++
.../gandiva/precompiled/timestamp_arithmetic.cc | 105 ++++--
cpp/src/gandiva/precompiled/types.h | 18 +
cpp/src/gandiva/tests/date_time_test.cc | 16 +-
dev/archery/archery/crossbow/cli.py | 23 +-
dev/archery/archery/crossbow/core.py | 14 +-
dev/archery/archery/crossbow/reports.py | 25 +-
dev/release/03-binary-submit.sh | 1 +
dev/release/binary-task.rb | 1 +
dev/release/verify-release-candidate.sh | 14 +-
.../apache-arrow-apt-source/debian/changelog | 2 +-
.../yum/apache-arrow-release.spec.in | 2 +-
.../linux-packages/apache-arrow/debian/changelog | 2 +-
.../linux-packages/apache-arrow/yum/arrow.spec.in | 2 +-
dev/tasks/tasks.yml | 18 +-
docs/source/cpp/streaming_execution.rst | 11 +-
go/arrow/array/compare.go | 140 +++++++
go/arrow/array/compare_test.go | 81 ++++
python/pyarrow/_fs.pyx | 4 +
python/pyarrow/tests/test_fs.py | 4 +
python/pyproject.toml | 3 +-
python/requirements-wheel-build.txt | 13 +-
python/requirements-wheel-test.txt | 14 +-
r/R/dataset-write.R | 8 +-
r/R/query-engine.R | 20 +-
r/man/arrow-package.Rd | 6 +-
r/man/write_dataset.Rd | 8 +-
r/tests/testthat/test-dplyr-join.R | 30 +-
39 files changed, 929 insertions(+), 348 deletions(-)