You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2019/09/04 04:50:43 UTC

[arrow] branch master updated (4a7dd43 -> d818299)

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

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


    from 4a7dd43  ARROW-6415: [R] Remove usage of R CMD config CXXCPP
     add d818299  ARROW-6358: [C++] Add FileSystem::DeleteDirContents

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/filesystem.cc          |  5 +++
 cpp/src/arrow/filesystem/filesystem.h           |  7 +++++
 cpp/src/arrow/filesystem/localfs.cc             | 12 ++++++++
 cpp/src/arrow/filesystem/localfs.h              |  1 +
 cpp/src/arrow/filesystem/mockfs.cc              | 28 +++++++++++++++--
 cpp/src/arrow/filesystem/mockfs.h               |  1 +
 cpp/src/arrow/filesystem/s3fs.cc                | 41 ++++++++++++++++---------
 cpp/src/arrow/filesystem/s3fs.h                 |  1 +
 cpp/src/arrow/filesystem/s3fs_narrative_test.cc | 20 +-----------
 cpp/src/arrow/filesystem/test_util.cc           | 25 +++++++++++++++
 cpp/src/arrow/filesystem/test_util.h            |  3 ++
 cpp/src/arrow/util/io_util.cc                   | 28 ++++++++++++++++-
 cpp/src/arrow/util/io_util.h                    |  3 ++
 cpp/src/arrow/util/io_util_test.cc              | 41 +++++++++++++++++++++++++
 14 files changed, 180 insertions(+), 36 deletions(-)