This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 95e3e77124 GH-36187: [C++] Display the name of the problematic field
when returning status "Data type ... is not supported in join non-key field"
for HashJoin (#36539)
add 085a0baf78 GH-35903: [C++] Skeleton for Azure Blob Storage filesystem
implementation (#35701)
No new revisions were added by this update.
Summary of changes:
.github/workflows/cpp.yml | 1 +
ci/docker/ubuntu-20.04-cpp.dockerfile | 1 +
ci/docker/ubuntu-22.04-cpp.dockerfile | 1 +
ci/scripts/cpp_build.sh | 1 +
cpp/CMakePresets.json | 1 +
cpp/cmake_modules/DefineOptions.cmake | 3 +
cpp/src/arrow/CMakeLists.txt | 6 +
cpp/src/arrow/filesystem/CMakeLists.txt | 9 ++
cpp/src/arrow/filesystem/azurefs.cc | 154 ++++++++++++++++++++
cpp/src/arrow/filesystem/azurefs.h | 159 +++++++++++++++++++++
.../{testing/pch.h => filesystem/azurefs_test.cc} | 31 +++-
11 files changed, 362 insertions(+), 5 deletions(-)
create mode 100644 cpp/src/arrow/filesystem/azurefs.cc
create mode 100644 cpp/src/arrow/filesystem/azurefs.h
copy cpp/src/arrow/{testing/pch.h => filesystem/azurefs_test.cc} (62%)