This is an automated email from the ASF dual-hosted git repository.
kou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 00c2741 ARROW-13739: [R] Support dplyr::count() and tally()
add 1b0ea15 ARROW-14222: [C++] implement GCSFileSystem skeleton
No new revisions were added by this update.
Summary of changes:
cpp/CMakeLists.txt | 6 +-
cpp/cmake_modules/ThirdpartyToolchain.cmake | 13 +-
cpp/src/arrow/CMakeLists.txt | 6 +
cpp/src/arrow/filesystem/CMakeLists.txt | 4 +
cpp/src/arrow/filesystem/gcsfs.cc | 152 +++++++++++++++++++++
cpp/src/arrow/filesystem/gcsfs.h | 118 ++++++++++++++++
.../queue_test.cc => filesystem/gcsfs_test.cc} | 69 ++++++----
7 files changed, 335 insertions(+), 33 deletions(-)
create mode 100644 cpp/src/arrow/filesystem/gcsfs.cc
create mode 100644 cpp/src/arrow/filesystem/gcsfs.h
copy cpp/src/arrow/{util/queue_test.cc => filesystem/gcsfs_test.cc} (50%)