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 be39707 (tag)
to e878e71 (tag)
tagging ce5d4d16ef3549614780f200b3653475b09f5f92 (commit)
replaces apache-arrow-3.0.0
by Krisztián Szűcs
on Thu Jan 20 14:43:00 2022 +0100
- Log -----------------------------------------------------------------
[Release] Apache Arrow Release 7.0.0
-----------------------------------------------------------------------
omit ebc8c0a [Release] Update versions for 7.0.0
omit ca25b3c [Release] Update .deb/.rpm changelogs for 7.0.0
omit 8e9cc16 [Release] Update CHANGELOG.md for 7.0.0
add 3f98301 ARROW-15371: [C++][Release] Missing libsqlite-dev from the
verification docker images
add 657d21a ARROW-15370: [Python] Fix regression in empty table to_pandas
conversion
add a061c4c ARROW-15316 [R] Make a one-function pointer function
add c535878 ARROW-15372: [C++][Gandiva] Gandiva now depends on
boost/crc.hpp which is missing from the trimmed boost archive
add 190dba5 ARROW-15380: [Python][Release] NumPy ABI incompatibility
during verification
add 5d33631 ARROW-15345: [Doc][Guide] Finding JIRA issues - minor
corrections
add 60208b1 ARROW-15344: [Doc][Guide] Communication - minor corrections
add 84f929c ARROW-15383: [Release] Add a script to update MSYS2 package
add e9f9d40 ARROW-15378: [C++][Release] GTest linking error during
windows verification
add df37b41 ARROW-15377: [Release] Bump nodejs version to 16 in the macOS
verification builds
add f2f6383 [Release] Update CHANGELOG.md for 7.0.0
add 55de16e [Release] Update .deb/.rpm changelogs for 7.0.0
add ce5d4d1 [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 (be39707)
\
N -- N -- N refs/tags/apache-arrow-7.0.0 (e878e71)
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 | 371 +++++++++++----------
ci/docker/ubuntu-20.04-cpp-minimal.dockerfile | 30 +-
cpp/build-support/trim-boost.sh | 2 +-
cpp/cmake_modules/ThirdpartyToolchain.cmake | 61 ++--
cpp/thirdparty/versions.txt | 4 +-
dev/release/post-13-msys2.sh | 80 +++++
dev/release/setup-rhel-rebuilds.sh | 1 +
dev/release/setup-ubuntu.sh | 1 +
dev/release/verify-release-candidate.bat | 4 +
dev/release/verify-release-candidate.sh | 25 +-
.../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/verify-rc/github.macos.amd64.yml | 2 +-
dev/tasks/verify-rc/github.macos.arm64.yml | 2 +-
docker-compose.yml | 1 +
docs/source/developers/guide/communication.rst | 8 +-
.../guide/step_by_step/arrow_codebase.rst | 2 +-
.../guide/step_by_step/finding_issues.rst | 4 +-
python/pyarrow/pandas_compat.py | 2 +-
python/pyarrow/tests/test_table.py | 18 +
r/R/python.R | 123 +++----
23 files changed, 423 insertions(+), 326 deletions(-)
create mode 100755 dev/release/post-13-msys2.sh