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 1e2aa39012 GH-46075: [Release][CI] Fix binary verification (#46076) add 0f41ecc3f7 GH-45986: [C++] Update bundled GoogleTest (#45996) add 5c1eb910e2 GH-46167: [R][CI] Update Artifacts for R 4.5 in task.yml (#46168) add 7a6eefe3ec GH-46169: [CI][R] Update R version to 4.5 due to 4.4 not being on APT repositories anymore (#46171) add af15118dd0 GH-46159: [CI][C++] Stop using possibly missing boost/process/v2.hpp on boost 1.88 and use individual includes (#46160) add 2f82cd86b4 GH-46123: [C++] Undefined behavior in `compare_internal.cc` and `light_array_internal.cc` (#46124) No new revisions were added by this update. Summary of changes: .env | 2 +- .github/workflows/cpp.yml | 2 - ci/docker/linux-apt-docs.dockerfile | 2 +- ci/docker/linux-apt-r.dockerfile | 2 +- ci/scripts/r_sanitize.sh | 36 +++++----- cpp/cmake_modules/ThirdpartyToolchain.cmake | 6 +- cpp/src/arrow/compute/light_array_internal.cc | 8 +-- cpp/src/arrow/compute/row/compare_internal.cc | 6 +- cpp/src/arrow/testing/process.cc | 13 +++- cpp/thirdparty/versions.txt | 6 +- dev/tasks/docker-tests/github.linux.yml | 6 +- dev/tasks/r/github.macos.m1san.yml | 97 +++++++++++++++++++++++++++ dev/tasks/tasks.yml | 22 ++++-- docker-compose.yml | 33 ++++++++- 14 files changed, 197 insertions(+), 44 deletions(-) create mode 100644 dev/tasks/r/github.macos.m1san.yml