This is an automated email from the ASF dual-hosted git repository.
assignuser pushed a change to branch maint-20.0.0
in repository https://gitbox.apache.org/repos/asf/arrow.git
from ca311c14d1 GH-45961: [Release][Docs] Upload generated docs to GitHub
Releases not apache.jfrog.io (#45963)
new 81c9510b53 GH-46023: [CI][MATLAB] libmexclass doesn't work with CMake
4.0.0 (#46033)
new aa6c0c057e GH-45714: [CI][R] Don't run tests that use reticulate on
CRAN (#46026)
new 458b6ab6f3 GH-45949: [R] Fix CRAN warnings for 19.0.1 about compiled
code (#45951)
new dd47cd0cc1 GH-46022: [C++] Fix build error with g++ 7.5.0 (#46028)
new caf885b7c9 GH-45994: [CI][GLib] Fix vcpkg configuration for Windows
job (#46006)
The 5 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:
.github/workflows/ruby.yml | 26 ++++++-
c_glib/meson.build | 90 +++++++++++++++++-----
c_glib/vcpkg.json | 18 +----
ci/scripts/c_glib_build.sh | 5 +-
ci/scripts/r_test.sh | 5 +-
cpp/CMakeLists.txt | 63 ++++++++++++++-
cpp/cmake_modules/ThirdpartyToolchain.cmake | 12 +--
cpp/src/arrow/acero/CMakeLists.txt | 9 +++
cpp/src/arrow/acero/arrow-acero.pc.in | 3 +-
cpp/src/arrow/compute/kernels/pivot_internal.cc | 4 +-
cpp/src/arrow/dataset/CMakeLists.txt | 9 +++
cpp/src/arrow/dataset/arrow-dataset.pc.in | 3 +-
cpp/src/arrow/engine/CMakeLists.txt | 9 +++
cpp/src/arrow/engine/arrow-substrait.pc.in | 3 +-
cpp/src/arrow/flight/CMakeLists.txt | 9 +++
cpp/src/arrow/flight/arrow-flight.pc.in | 3 +-
cpp/src/arrow/flight/sql/CMakeLists.txt | 9 +++
cpp/src/arrow/flight/sql/arrow-flight-sql.pc.in | 3 +-
cpp/src/gandiva/CMakeLists.txt | 9 +++
cpp/src/gandiva/gandiva.pc.in | 4 +-
cpp/vcpkg.json | 14 ++--
dev/tasks/vcpkg-tests/cpp-build-vcpkg.bat | 1 -
dev/tasks/vcpkg-tests/github.windows.yml | 1 +
matlab/tools/cmake/BuildMatlabArrowInterface.cmake | 2 +-
r/src/altrep.cpp | 52 +++++++++----
r/src/arrow_types.h | 20 ++++-
r/src/r_to_arrow.cpp | 12 +--
r/tests/testthat/helper-skip.R | 1 +
r/tests/testthat/test-altrep.R | 14 ++--
29 files changed, 312 insertions(+), 101 deletions(-)