This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to annotated tag apache-arrow-7.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git.
*** WARNING: tag apache-arrow-7.0.0 was modified! ***
from 4918f6f (tag)
to 30f1a7c (tag)
tagging cb0820c60a63fcb2150ece8acbd47b9ccc2c0979 (commit)
replaces apache-arrow-3.0.0
by Krisztián Szűcs
on Tue Jan 25 22:39:12 2022 +0100
- Log -----------------------------------------------------------------
[Release] Apache Arrow Release 7.0.0
-----------------------------------------------------------------------
omit cc809bd [Release] Update versions for 7.0.0
omit e87ca23 [Release] Update .deb/.rpm changelogs for 7.0.0
omit 78ff253 [Release] Update CHANGELOG.md for 7.0.0
omit 83041c8 ARROW-15392: [JS] Disable flaky javascript unittest
add ae9915d ARROW-15385: [Integration] Split duration from interval in
integration tests
add 512c5f1 ARROW-15373: [C++] Return unique_ptr from
MemoryManager::AllocateBuffer
add daa5c18 ARROW-15414: [java] RangeEqualsVisitor does not work for
BitVector
add 443d095 ARROW-15423: [C++][Dev] Make GDB plugin auto-load friendly
add c76215f ARROW-14385: [C++] update google-cloud-cpp
add 8b3e067 ARROW-15424: [C++][GLib] Fix CUDA bindings
add 9fb6def MINOR: [Release] Fix a typo in binaries verification check
(#12249)
add 231d0a6 ARROW-15433: [Doc] Fix warnings when building
add 0fa4b9c ARROW-15437: [Python][FlightRPC] Fix flaky test test_interrupt
add 85f67d7 ARROW-15447: [C++] Avoid conflict between ORC options API and
glibc-defined macro
add 3fc9053 ARROW-15448: [C++] Use apache mirror system to download ORC's
source
add f6f494e ARROW-15439: [Release] Update .deb/.rpm changelogs after
release
add 38d4d77 ARROW-15442: [C++][Python] Skip GDB tests on a non-debug build
add f70acb2 ARROW-15451: [C++] Fix build with C++17 and ARROW_GCS=ON
add 345609b ARROW-15436: [Release][Python] Disable flaky
csv::test_cancellation test on apple M1
add a338745 ARROW-15392: [JS] Disable flaky javascript unittest
add 5505112 [Release] Update CHANGELOG.md for 7.0.0
add 55743d2 [Release] Update .deb/.rpm changelogs for 7.0.0
add cb0820c [Release] Update versions for 7.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 (4918f6f)
\
N -- N -- N refs/tags/apache-arrow-7.0.0 (30f1a7c)
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.
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 404 +++++++++++----------
c_glib/arrow-cuda-glib/cuda.cpp | 8 +-
ci/scripts/cpp_build.sh | 1 +
cpp/cmake_modules/ThirdpartyToolchain.cmake | 14 +-
cpp/examples/minimal_build/CMakeLists.txt | 12 +-
cpp/examples/parquet/parquet_arrow/CMakeLists.txt | 4 +-
cpp/gdb_arrow.py | 16 +-
cpp/src/arrow/adapters/orc/adapter.cc | 4 +-
cpp/src/arrow/adapters/orc/options.cc | 2 +-
cpp/src/arrow/adapters/orc/options.h | 13 +-
cpp/src/arrow/buffer_test.cc | 2 +-
cpp/src/arrow/compute/api_aggregate.h | 14 +-
cpp/src/arrow/compute/api_scalar.h | 54 +--
cpp/src/arrow/compute/api_vector.h | 14 +-
cpp/src/arrow/compute/cast.h | 2 +-
cpp/src/arrow/config.cc | 1 +
cpp/src/arrow/config.h | 8 +
cpp/src/arrow/device.cc | 2 +-
cpp/src/arrow/device.h | 4 +-
cpp/src/arrow/gpu/CMakeLists.txt | 25 +-
cpp/src/arrow/gpu/cuda_context.cc | 15 +-
cpp/src/arrow/gpu/cuda_context.h | 4 +-
cpp/src/arrow/gpu/cuda_test.cc | 3 +-
cpp/src/arrow/ipc/writer.cc | 2 +-
cpp/src/arrow/util/config.h.cmake | 2 +
cpp/thirdparty/versions.txt | 4 +-
dev/archery/archery/integration/datagen.py | 14 +-
dev/release/01-prepare-test.rb | 227 ------------
...epare-test.rb => post-12-bump-versions-test.rb} | 291 ++++-----------
dev/release/post-12-bump-versions.sh | 13 +
dev/release/test-helper.rb | 26 ++
dev/release/verify-release-candidate.sh | 5 +-
.../apache-arrow-apt-source/debian/changelog | 8 +-
.../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/python-wheels/github.osx.arm64.yml | 1 -
dev/tasks/tasks.yml | 3 +
docs/source/cpp/api/formats.rst | 9 +-
docs/source/developers/guide/resources.rst | 1 +
docs/source/java/dataset.rst | 6 +-
.../arrow/vector/compare/RangeEqualsVisitor.java | 24 +-
.../org/apache/arrow/vector/TestValueVector.java | 17 +
.../vector/testing/TestValueVectorPopulator.java | 2 +-
python/pyarrow/__init__.py | 1 +
python/pyarrow/_cuda.pyx | 2 +-
python/pyarrow/_orc.pxd | 6 +-
python/pyarrow/config.pxi | 6 +-
python/pyarrow/dataset.py | 1 +
python/pyarrow/includes/libarrow.pxd | 1 +
python/pyarrow/tests/test_flight.py | 7 +-
python/pyarrow/tests/test_gdb.py | 18 +-
python/pyarrow/tests/test_misc.py | 3 +
python/pyarrow/tests/test_orc.py | 60 +--
54 files changed, 600 insertions(+), 792 deletions(-)
copy dev/release/{01-prepare-test.rb => post-12-bump-versions-test.rb} (56%)