This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to annotated tag apache-arrow-4.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git.
*** WARNING: tag apache-arrow-4.0.0 was modified! ***
from d9b35dd (tag)
to 5942c63 (tag)
tagging f959141ece4d660bce5f7fa545befc0116a7db79 (commit)
replaces apache-arrow-3.0.0
by Krisztián Szűcs
on Wed Apr 21 18:11:40 2021 +0200
- Log -----------------------------------------------------------------
[Release] Apache Arrow Release 4.0.0
-----------------------------------------------------------------------
discard eb5f9d6 [Release] Update versions for 4.0.0
discard 7790a1b [Release] Update .deb/.rpm changelogs for 4.0.0
discard 66f11df [Release] Update CHANGELOG.md for 4.0.0
add 37c27d1 ARROW-10195: [C++] Add string struct extract kernel using re2
add c71becf ARROW-12494: [C++] ORC adapter fails to compile on GCC 4.8
add 7a0cb10 ARROW-12495: [C++] Fix NumPyBuffer::mutable_data()
new 15b5d8e [Release] Update CHANGELOG.md for 4.0.0
new 6d5f468 [Release] Update .deb/.rpm changelogs for 4.0.0
new f959141 [Release] Update versions for 4.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 (d9b35dd)
\
N -- N -- N refs/tags/apache-arrow-4.0.0 (5942c63)
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 | 462 +++++++++++----------
cpp/src/arrow/adapters/orc/adapter.cc | 2 +-
cpp/src/arrow/adapters/orc/adapter_util.cc | 6 +-
cpp/src/arrow/compute/api_scalar.h | 11 +-
cpp/src/arrow/compute/kernels/scalar_string.cc | 244 ++++++++++-
.../arrow/compute/kernels/scalar_string_test.cc | 78 ++++
cpp/src/arrow/compute/kernels/test_util.cc | 2 +-
cpp/src/arrow/python/numpy_convert.cc | 4 +-
cpp/src/arrow/python/python_test.cc | 63 +++
.../apache-arrow-apt-source/debian/changelog | 2 +-
.../linux-packages/apache-arrow/debian/changelog | 2 +-
docs/source/cpp/compute.rst | 15 +
python/pyarrow/_compute.pyx | 17 +
python/pyarrow/compute.py | 1 +
python/pyarrow/includes/libarrow.pxd | 5 +
python/pyarrow/tests/test_compute.py | 7 +
16 files changed, 674 insertions(+), 247 deletions(-)