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/12/20 19:56:56 UTC

[arrow] branch master updated (cfcce5a -> 238b363)

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 cfcce5a  ARROW-14844: [R] Implement decimal256()
     add 238b363  ARROW-10998: [C++] Detect URIs where a filesystem path is expected

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/filesystem.cc   | 121 ++++++++++++++++---------------
 cpp/src/arrow/filesystem/filesystem.h    |   4 +-
 cpp/src/arrow/filesystem/gcsfs.cc        |   4 +
 cpp/src/arrow/filesystem/gcsfs_test.cc   |  54 ++++++++++++++
 cpp/src/arrow/filesystem/localfs.cc      |  25 ++++++-
 cpp/src/arrow/filesystem/localfs_test.cc |  10 +++
 cpp/src/arrow/filesystem/mockfs.cc       |  20 +++++
 cpp/src/arrow/filesystem/path_util.cc    |  21 ++++++
 cpp/src/arrow/filesystem/path_util.h     |   3 +
 cpp/src/arrow/filesystem/s3fs.cc         |  12 ++-
 cpp/src/arrow/filesystem/s3fs_test.cc    |  34 +++++++++
 cpp/src/arrow/util/uri.cc                |  16 ++++
 cpp/src/arrow/util/uri.h                 |   4 +
 cpp/src/arrow/util/uri_test.cc           |  16 ++++
 python/pyarrow/fs.py                     |   2 +-
 15 files changed, 276 insertions(+), 70 deletions(-)