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/24 22:21:34 UTC

[arrow] branch master updated (512e4d1 -> cadaaa9)

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 512e4d1  ARROW-10085: [C++] Fix S3 region resolution on Windows
     add cadaaa9  ARROW-10003: [C++] Create parent dir for any destination fs in CopyFiles

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/filesystem.cc      | 44 ++++++++++++++++++++++++---
 cpp/src/arrow/filesystem/filesystem.h       | 24 ++++++++++++---
 cpp/src/arrow/filesystem/filesystem_test.cc | 47 +++++++++++++++++++++++------
 cpp/src/arrow/filesystem/path_util.cc       | 30 ++++++++++++++++++
 cpp/src/arrow/filesystem/path_util.h        |  6 ++++
 r/R/arrowExports.R                          |  4 +--
 r/R/filesystem.R                            | 19 +++++++++---
 r/src/arrowExports.cpp                      | 16 +++++-----
 r/src/filesystem.cpp                        | 20 +++++-------
 9 files changed, 163 insertions(+), 47 deletions(-)