You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2021/12/23 14:38:50 UTC

[arrow] branch master updated (8e4038b -> e60e6b0)

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

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


    from 8e4038b  ARROW-13781: [Python] Allow per column encoding in parquet writer
     add e60e6b0  ARROW-15165: [Python] Expose function to resolve S3 bucket region

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/s3fs.cc                |  9 ++++++--
 cpp/src/arrow/filesystem/s3fs.h                 |  2 +-
 cpp/src/arrow/filesystem/s3fs_narrative_test.cc |  2 +-
 cpp/src/arrow/filesystem/s3fs_test.cc           | 19 +++++++++++-----
 docs/source/python/api/filesystems.rst          | 16 +++++++++++--
 python/.gitignore                               |  1 +
 python/pyarrow/_fs.pyx                          | 10 +++++----
 python/pyarrow/_s3fs.pyx                        | 30 +++++++++++++++++++++++++
 python/pyarrow/fs.py                            |  3 ++-
 python/pyarrow/includes/libarrow_fs.pxd         |  2 ++
 python/pyarrow/tests/test_fs.py                 | 12 ++++++++++
 11 files changed, 89 insertions(+), 17 deletions(-)