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/06/10 16:07:32 UTC

[arrow] branch master updated (0ef2080 -> 6ba8987)

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 0ef2080  ARROW-12738: [C++/Python/R] Update conda variant files
     add 6ba8987  ARROW-12937: [C++][Python] Allow setting default metadata for new S3 files

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/s3fs.cc        | 25 ++++++++------
 cpp/src/arrow/filesystem/s3fs.h         |  7 +++-
 cpp/src/arrow/filesystem/s3fs_test.cc   | 60 +++++++++++++++++++++++----------
 python/pyarrow/_s3fs.pyx                | 20 ++++++++---
 python/pyarrow/includes/libarrow_fs.pxd |  1 +
 python/pyarrow/tests/test_fs.py         |  8 +++++
 6 files changed, 88 insertions(+), 33 deletions(-)