You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2021/12/20 14:13:58 UTC

[arrow] branch master updated (e7c2ead -> 61745be)

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 e7c2ead  ARROW-15119: [C++] allow reading directories as files in generic tests
     add 61745be  ARROW-15121: [C++] Implement max recursion on GcsFileSystem

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/gcsfs.cc          |  9 ++--
 cpp/src/arrow/filesystem/gcsfs_internal.cc |  5 +++
 cpp/src/arrow/filesystem/gcsfs_internal.h  |  2 +
 cpp/src/arrow/filesystem/gcsfs_test.cc     | 72 +++++++++++++++++++++++++-----
 4 files changed, 74 insertions(+), 14 deletions(-)