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 2023/07/04 12:47:01 UTC

[arrow] branch main updated (cd1ed18fd1 -> e7d5028d18)

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 cd1ed18fd1 GH-36352: [Python] Add project_id to GcsFileSystem options (#36376)
     add e7d5028d18 GH-36346: [C++] Safe S3 finalization (#36442)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/s3fs.cc   | 370 ++++++++++++++++++++++++++++---------
 cpp/src/arrow/filesystem/s3fs.h    |  26 ++-
 python/pyarrow/_s3fs.pyx           |  46 +++--
 python/pyarrow/includes/common.pxd |  15 +-
 python/pyarrow/tests/test_fs.py    |  50 +++++
 5 files changed, 393 insertions(+), 114 deletions(-)