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/11/08 15:23:49 UTC

[arrow] branch master updated (1420544 -> 2eafc60)

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 1420544  ARROW-14622: [C++] Fix initialization-order-fiasco reports
     add 2eafc60  ARROW-14346: [C++] Implement GcsFileSystem::OpenOutputStream

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/gcsfs.cc          |  80 +++++++++++++--
 cpp/src/arrow/filesystem/gcsfs_internal.cc | 131 +++++++++++++++++++++++++
 cpp/src/arrow/filesystem/gcsfs_internal.h  |  15 +++
 cpp/src/arrow/filesystem/gcsfs_test.cc     | 150 +++++++++++++++++++++++++++++
 4 files changed, 366 insertions(+), 10 deletions(-)