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 5f93f85  ARROW-6755: [Release] Improve Windows release verification 
script
     add b70f04a  ARROW-6614: [C++][Dataset] Add DataSourceDiscovery class

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/CMakeLists.txt        |   8 +-
 cpp/src/arrow/dataset/dataset.cc            |  22 ++--
 cpp/src/arrow/dataset/dataset.h             |   9 --
 cpp/src/arrow/dataset/discovery.cc          |  91 ++++++++++++++
 cpp/src/arrow/dataset/discovery.h           |  69 ++++++++++-
 cpp/src/arrow/dataset/discovery_test.cc     |  84 +++++++++++++
 cpp/src/arrow/dataset/file_base.cc          | 131 ++++++++++----------
 cpp/src/arrow/dataset/file_base.h           |  61 ++++++----
 cpp/src/arrow/dataset/file_parquet.cc       |  28 ++++-
 cpp/src/arrow/dataset/file_parquet.h        |  11 ++
 cpp/src/arrow/dataset/file_parquet_test.cc  |  27 ++---
 cpp/src/arrow/dataset/file_test.cc          | 109 ++++++++++++-----
 cpp/src/arrow/dataset/filter.cc             |  38 ++----
 cpp/src/arrow/dataset/filter.h              |   3 +
 cpp/src/arrow/dataset/scanner.h             |   6 +-
 cpp/src/arrow/dataset/test_util.h           | 177 +++++++++++-----------------
 cpp/src/arrow/filesystem/filesystem_test.cc |  13 ++
 cpp/src/arrow/filesystem/mockfs.cc          |  34 ++++++
 cpp/src/arrow/filesystem/mockfs.h           |   9 ++
 cpp/src/arrow/type.h                        |   1 +
 20 files changed, 638 insertions(+), 293 deletions(-)
 create mode 100644 cpp/src/arrow/dataset/discovery.cc
 create mode 100644 cpp/src/arrow/dataset/discovery_test.cc

Reply via email to