This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
from c9844f0506 ARROW-17681: [CI][Packaging] Update brew dependency
glib-utils with glib (#14095)
add 9d6598108c ARROW-17545: [C++][CI] Mandate C++17 instead of C++11
(#13991)
No new revisions were added by this update.
Summary of changes:
.env | 4 +-
.github/workflows/r.yml | 12 ++---
c_glib/meson.build | 2 +-
ci/conan/all/test_package/CMakeLists.txt | 2 +-
ci/docker/linux-r.dockerfile | 2 +-
ci/scripts/cpp_build.sh | 2 +-
ci/scripts/r_docker_configure.sh | 4 +-
ci/scripts/r_test.sh | 20 +++++---
cpp/CMakeLists.txt | 6 +--
cpp/build-support/update-flatbuffers.sh | 3 --
cpp/cmake_modules/SetupCxxFlags.cmake | 18 +++----
cpp/cmake_modules/ThirdpartyToolchain.cmake | 2 +-
cpp/examples/minimal_build/CMakeLists.txt | 4 +-
cpp/examples/parquet/parquet_arrow/CMakeLists.txt | 6 +--
cpp/src/arrow/CMakeLists.txt | 2 +
cpp/src/arrow/dataset/file_csv.h | 3 +-
cpp/src/arrow/dataset/file_ipc.h | 3 +-
cpp/src/arrow/dataset/file_parquet.h | 3 +-
cpp/src/arrow/memory_pool.cc | 4 ++
cpp/src/arrow/util/aligned_storage.h | 19 ++++++++
cpp/src/arrow/util/int_util_test.cc | 55 ++++++++++++++++++++++
cpp/src/arrow/util/launder.h | 2 +-
cpp/src/gandiva/CMakeLists.txt | 13 -----
cpp/src/gandiva/precompiled/CMakeLists.txt | 4 +-
cpp/src/gandiva/symbols.map | 4 +-
cpp/src/parquet/symbols.map | 4 +-
dev/archery/archery/crossbow/core.py | 3 +-
dev/release/verify-apt.sh | 2 +-
dev/release/verify-yum.sh | 21 +++++++--
..._version10.2numpy1.18python3.7.____cpython.yaml | 4 +-
..._version10.2numpy1.18python3.8.____cpython.yaml | 4 +-
..._version10.2numpy1.19python3.9.____cpython.yaml | 4 +-
...version10.2numpy1.21python3.10.____cpython.yaml | 4 +-
..._versionNonenumpy1.18python3.7.____cpython.yaml | 4 +-
..._versionNonenumpy1.18python3.8.____cpython.yaml | 4 +-
..._versionNonenumpy1.19python3.9.____cpython.yaml | 4 +-
...versionNonenumpy1.21python3.10.____cpython.yaml | 4 +-
dev/tasks/conda-recipes/arrow-cpp/bld-arrow.bat | 4 +-
dev/tasks/conda-recipes/arrow-cpp/bld-pyarrow.bat | 2 +-
dev/tasks/conda-recipes/arrow-cpp/build-arrow.sh | 18 ++++---
dev/tasks/conda-recipes/arrow-cpp/build-pyarrow.sh | 9 +++-
dev/tasks/conda-recipes/arrow-cpp/meta.yaml | 7 ++-
dev/tasks/conda-recipes/azure.win.yml | 24 +---------
dev/tasks/conda-recipes/r-arrow/build.sh | 6 +++
dev/tasks/conda-recipes/r-arrow/configure.win | 2 +-
dev/tasks/homebrew-formulae/apache-arrow.rb | 2 +-
.../autobrew/apache-arrow-static.rb | 2 +-
.../homebrew-formulae/autobrew/apache-arrow.rb | 2 +-
.../linux-packages/apache-arrow/yum/arrow.spec.in | 10 +++-
.../apache-arrow/yum/centos-7/Dockerfile | 11 +++--
dev/tasks/macros.jinja | 3 +-
dev/tasks/r/azure.linux.yml | 2 +-
dev/tasks/r/github.packages.yml | 6 ++-
dev/tasks/tasks.yml | 14 +++---
dev/tasks/verify-rc/github.macos.amd64.yml | 4 ++
docs/source/cpp/conventions.rst | 3 +-
docs/source/developers/cpp/building.rst | 4 +-
docs/source/java/cdata.rst | 4 +-
docs/source/python/integration/extending.rst | 11 +----
java/CMakeLists.txt | 2 +-
java/c/README.md | 2 +-
matlab/CMakeLists.txt | 2 +-
matlab/README.md | 2 +-
python/CMakeLists.txt | 10 ++--
python/pyarrow/plasma.py | 2 +-
python/pyarrow/src/CMakeLists.txt | 9 ++--
python/pyarrow/tests/test_cython.py | 4 +-
python/setup.py | 2 +
r/DESCRIPTION | 2 +-
r/configure | 13 ++---
r/src/Makevars.in | 2 +-
r/tools/nixlibs.R | 8 ++--
ruby/red-arrow/ext/arrow/extconf.rb | 2 +
73 files changed, 284 insertions(+), 189 deletions(-)