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 2022/02/23 13:25:41 UTC

[arrow] branch master updated (53e1296 -> 8244568)

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 53e1296  ARROW-15369: [Doc] Tweak example to use the new support for str pointers
     add 8244568  ARROW-14893: [C++] Allow creating GCS filesystem from URI

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/filesystem.cc |  13 ++++
 cpp/src/arrow/filesystem/gcsfs.cc      | 127 +++++++++++++++++++++++++--------
 cpp/src/arrow/filesystem/gcsfs.h       |  13 ++++
 cpp/src/arrow/filesystem/gcsfs_test.cc |  90 +++++++++++++++++++++++
 cpp/src/arrow/filesystem/s3fs.cc       |   2 +-
 5 files changed, 215 insertions(+), 30 deletions(-)