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 2020/09/09 10:07:40 UTC

[arrow] branch master updated (1c35365 -> 2095c89)

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 1c35365  ARROW-9814: [Python] Fix crash in test_parquet::test_read_partitioned_directory_s3fs
     add 2095c89  ARROW-9906: [C++] Keep S3 filesystem alive through open file objects

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/s3fs.cc                | 101 ++++++++++++------------
 cpp/src/arrow/filesystem/s3fs_narrative_test.cc |   2 +-
 cpp/src/arrow/filesystem/s3fs_test.cc           |  22 ++++++
 python/pyarrow/tests/test_parquet.py            |  21 +++--
 4 files changed, 84 insertions(+), 62 deletions(-)