You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by np...@apache.org on 2020/09/23 19:57:33 UTC

[arrow] branch master updated (10e29a2 -> 152f8b0)

This is an automated email from the ASF dual-hosted git repository.

npr pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 10e29a2  ARROW-10073: [Python] Don't rely on dict item order in test_parquet_nested_storage
     add 152f8b0  ARROW-10066: [C++] Make sure default AWS region selection algorithm is used

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/s3fs.cc        | 14 ++++++--
 cpp/src/arrow/filesystem/s3fs.h         | 16 ++++++---
 cpp/src/arrow/filesystem/s3fs_test.cc   | 58 +++++++++++++++++++++++++--------
 cpp/src/arrow/testing/gtest_util.cc     | 21 ++++++++++++
 cpp/src/arrow/testing/gtest_util.h      | 11 +++++++
 python/pyarrow/_s3fs.pyx                |  2 +-
 python/pyarrow/includes/libarrow_fs.pxd |  1 +
 python/pyarrow/tests/test_fs.py         |  2 ++
 8 files changed, 104 insertions(+), 21 deletions(-)