This is an automated email from the ASF dual-hosted git repository.
kou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 3a6135b66d GH-40216: [CI][Packaging][Python] Upload pyarrow nightly
wheels to scientific python channel on Anaconda (#43862)
add 00d3576740 GH-43746: [C++] Add support for Boost 1.86 (#43766)
No new revisions were added by this update.
Summary of changes:
.github/workflows/cpp.yml | 4 +-
.github/workflows/ruby.yml | 5 +-
cpp/cmake_modules/ThirdpartyToolchain.cmake | 48 +++-
cpp/src/arrow/CMakeLists.txt | 13 +-
cpp/src/arrow/filesystem/CMakeLists.txt | 18 +-
cpp/src/arrow/filesystem/azurefs_test.cc | 52 +---
cpp/src/arrow/filesystem/gcsfs_test.cc | 106 +++-----
cpp/src/arrow/filesystem/s3_test_util.cc | 69 +----
cpp/src/arrow/flight/CMakeLists.txt | 5 -
cpp/src/arrow/flight/flight_benchmark.cc | 2 +-
cpp/src/arrow/flight/flight_test.cc | 4 +-
cpp/src/arrow/flight/test_util.cc | 118 ++------
cpp/src/arrow/flight/test_util.h | 17 +-
cpp/src/arrow/testing/process.cc | 298 +++++++++++++++++++++
.../{json/object_writer.h => testing/process.h} | 33 ++-
cpp/src/gandiva/precompiled/CMakeLists.txt | 26 +-
cpp/vcpkg.json | 2 +-
17 files changed, 469 insertions(+), 351 deletions(-)
create mode 100644 cpp/src/arrow/testing/process.cc
copy cpp/src/arrow/{json/object_writer.h => testing/process.h} (64%)