You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by bk...@apache.org on 2020/01/23 18:59:07 UTC

[arrow] branch master updated (119d6bb -> 7a7c8cc)

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

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


    from 119d6bb  ARROW-7431: [Python] Add dataset API to reference docs
     add 7a7c8cc  ARROW-7648: [C++] Sanitize local paths on Windows

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/filesystem.cc      | 80 ++++++++++++++++++++++-------
 cpp/src/arrow/filesystem/filesystem_test.cc | 16 ++++++
 cpp/src/arrow/filesystem/localfs_test.cc    | 61 ++++++++++++++++++++--
 cpp/src/arrow/filesystem/path_util.cc       | 22 ++++++++
 cpp/src/arrow/filesystem/path_util.h        |  9 ++++
 cpp/src/arrow/util/uri.cc                   |  7 +++
 cpp/src/arrow/util/uri.h                    |  2 +
 7 files changed, 175 insertions(+), 22 deletions(-)