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/12/19 18:02:29 UTC

[arrow] branch master updated (344ed4b -> 0afacd1)

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 344ed4b  ARROW-7436: [Archery] Enable more benchmark binaries in archery benchmark
     add 0afacd1  ARROW-7382: [C++][Dataset] Insert missing directories in FileSystemDataSourceDiscovery::Make

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/dataset_test.cc       |  18 ++---
 cpp/src/arrow/dataset/discovery.cc          | 101 +++++++++++++++++++---------
 cpp/src/arrow/dataset/discovery.h           |  16 +++--
 cpp/src/arrow/dataset/discovery_test.cc     |  17 +++++
 cpp/src/arrow/filesystem/filesystem.h       |  16 ++++-
 cpp/src/arrow/filesystem/filesystem_test.cc |  15 ++++-
 cpp/src/arrow/filesystem/path_forest.cc     |   2 +-
 cpp/src/arrow/filesystem/path_forest.h      |  20 +++---
 cpp/src/arrow/filesystem/path_util.cc       |  23 +++++++
 cpp/src/arrow/filesystem/path_util.h        |   8 +++
 10 files changed, 175 insertions(+), 61 deletions(-)