This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to annotated tag apache-arrow-3.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git.
*** WARNING: tag apache-arrow-3.0.0 was modified! ***
from 18b4f42 (tag)
to c899b8b (tag)
tagging 1e3ba9e46d3b0392dbe9e1d2242a308c05721ebf (commit)
replaces apache-arrow-2.0.0
by Krisztián Szűcs
on Mon Jan 18 08:52:51 2021 +0100
- Log -----------------------------------------------------------------
[maven-release-plugin] copy for tag apache-arrow-3.0.0
-----------------------------------------------------------------------
discard 0c419fc [maven-release-plugin] prepare release apache-arrow-3.0.0
discard b93da74 [Release] Update versions for 3.0.0
discard 88d893b [Release] Update .deb/.rpm changelogs for 3.0.0
discard 69accf8 [Release] Update CHANGELOG.md for 3.0.0
add 9fd6f95 ARROW-11272: [Release][wheel] Remove unsupported Python 3.5
and manylinux1
add 15aae9e ARROW-11274: [Packaging][wheel][Windows] Fix wheels path for
Gemfury
add 6a2c135 ARROW-11275: [Packaging][wheel][Linux] Fix paths for Gemfury
add 254386c ARROW-11273: [Release][deb] Remove unsupported Debian
GNU/Linux stretch
add 7570c2d ARROW-11283: [Julia] Update Julia install link for 3.0 release
add 226bf3e ARROW-11278: [Release][NodeJS] Don't touch ~/.bash_profile
add 4faa66a ARROW-11281: [C++] Remove needless runtime RapidJSON
dependency
add b2ea0c9 ARROW-11282: [Packaging][deb] Add missing libgflags-dev
dependency
add 66d6223 ARROW-11285: [Release][APT] Add support for Ubuntu Groovy
add e73f205 ARROW-11271: [Rust] [Parquet] Fix parquet list schema null
conversion
add 47d6910 ARROW-11280: [Release][APT] Fix minimal build example check
add 68bd096 ARROW-11287: [Packaging][RPM] Add missing dependencies
add 368494f ARROW-11286: [Release][Yum] Fix minimal build example check
add 87194de ARROW-11171: [Go] Fix building on s390x with noasm
add 71b6b9c ARROW-11292: [Release][JS] Use Node.JS LTS
add 5f1be95 ARROW-11193: [Java][Documentation] Add Java ListVector
Documentation
add 1401359 ARROW-11293: [C++] Don't require Boost and gflags with
find_package(Arrow)
new 08aefbd [Release] Update CHANGELOG.md for 3.0.0
new e50e2f7 [Release] Update .deb/.rpm changelogs for 3.0.0
new fefeff8 [Release] Update versions for 3.0.0
new 1e3ba9e [maven-release-plugin] prepare release apache-arrow-3.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 (18b4f42)
\
N -- N -- N refs/tags/apache-arrow-3.0.0 (c899b8b)
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 4 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 | 480 +++++++++++----------
cpp/cmake_modules/ThirdpartyToolchain.cmake | 11 +-
dev/release/binary-task.rb | 2 +-
dev/release/verify-apt.sh | 8 +-
dev/release/verify-release-candidate.sh | 13 +-
dev/release/verify-yum.sh | 12 +-
.../apache-arrow-archive-keyring/debian/changelog | 2 +-
.../yum/apache-arrow-release.spec.in | 2 +-
.../apache-arrow/apt/ubuntu-bionic/Dockerfile | 9 +
.../apache-arrow/debian.ubuntu-xenial/changelog | 2 +-
.../linux-packages/apache-arrow/debian/changelog | 2 +-
dev/tasks/linux-packages/apache-arrow/debian/rules | 8 +-
.../linux-packages/apache-arrow/yum/arrow.spec.in | 6 +-
dev/tasks/python-wheels/github.linux.yml | 4 +-
dev/tasks/python-wheels/github.windows.yml | 2 +-
docs/source/java/vector.rst | 50 ++-
go/arrow/math/Makefile | 6 +-
go/arrow/math/float64_s390x.go | 2 +
go/arrow/math/int64_s390x.go | 2 +
go/arrow/math/math_s390x.go | 1 +
go/arrow/math/type_s390x.go.tmpl | 1 +
go/arrow/math/uint64_s390x.go | 2 +
julia/Arrow/README.md | 2 +-
rust/parquet/src/arrow/schema.rs | 118 ++++-
24 files changed, 471 insertions(+), 276 deletions(-)