This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to branch release-7.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 9938f70 ARROW-14338: [Docs] Add version dropdown to the pkgdown (R)
docs
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
No new revisions were added by this update.
Summary of changes:
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 +++--
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 +++++++--------------
18 files changed, 228 insertions(+), 142 deletions(-)
create mode 100755 dev/release/post-13-msys2.sh