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 42b0665 ARROW-13134: [C++][CI] Unpin conda package for aws-sdk-cpp
add 74caee2 ARROW-14236: [C++] Add GCS testbench for testing
No new revisions were added by this update.
Summary of changes:
ci/docker/conda.dockerfile | 2 +
ci/docker/debian-10-cpp.dockerfile | 6 +-
ci/docker/debian-11-cpp.dockerfile | 6 +-
ci/docker/fedora-33-cpp.dockerfile | 6 +-
ci/docker/linux-apt-r.dockerfile | 5 +-
ci/docker/linux-r.dockerfile | 1 +
ci/docker/ubuntu-20.04-cpp.dockerfile | 6 +-
ci/docker/ubuntu-20.10-cpp.dockerfile | 6 +-
ci/docker/ubuntu-21.04-cpp.dockerfile | 6 +-
.../{install_spark.sh => install_gcs_testbench.sh} | 13 +--
ci/scripts/r_docker_configure.sh | 4 +
cpp/src/arrow/CMakeLists.txt | 4 +-
cpp/src/arrow/filesystem/gcsfs.cc | 70 ++++++++++++-
cpp/src/arrow/filesystem/gcsfs_internal.cc | 69 +++++++++++++
.../gcsfs_internal.h} | 12 ++-
cpp/src/arrow/filesystem/gcsfs_test.cc | 115 ++++++++++++++++++++-
docs/source/developers/docker.rst | 1 +
17 files changed, 299 insertions(+), 33 deletions(-)
copy ci/scripts/{install_spark.sh => install_gcs_testbench.sh} (78%)
create mode 100644 cpp/src/arrow/filesystem/gcsfs_internal.cc
copy cpp/src/arrow/{util/bpacking_avx512.h => filesystem/gcsfs_internal.h}
(80%)