You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by fs...@apache.org on 2019/09/23 12:42:49 UTC

[arrow] branch master updated (fd8f628 -> 06dc863)

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

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


    from fd8f628  ARROW-6621: [Rust] [DataFusion] Run DataFusion examples in CI
     add 06dc863  ARROW-6605: [C++][Filesystem] Add recursion depth control to fs::Selector

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/filesystem/filesystem.cc |  5 ++
 cpp/src/arrow/filesystem/filesystem.h  |  9 ++++
 cpp/src/arrow/filesystem/localfs.cc    |  9 ++--
 cpp/src/arrow/filesystem/mockfs.cc     |  9 ++--
 cpp/src/arrow/filesystem/s3fs.cc       |  6 ++-
 cpp/src/arrow/filesystem/test_util.cc  | 94 ++++++++++++++++++++++++++++++++++
 cpp/src/arrow/filesystem/test_util.h   | 35 +++++++------
 7 files changed, 141 insertions(+), 26 deletions(-)