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 ff331f2 ARROW-11931: [Go] bump to go1.15
add 26fc751 ARROW-8658: [C++][Dataset] Implement subtree pruning for
FileSystemDataset
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/CMakeLists.txt | 1 -
cpp/src/arrow/dataset/CMakeLists.txt | 4 +
cpp/src/arrow/dataset/dataset_internal.h | 115 ++++++++++
cpp/src/arrow/dataset/discovery.cc | 1 -
cpp/src/arrow/dataset/expression_benchmark.cc | 2 -
cpp/src/arrow/dataset/file_base.cc | 112 ++++++++--
cpp/src/arrow/dataset/file_base.h | 16 +-
cpp/src/arrow/dataset/file_benchmark.cc | 87 ++++++++
cpp/src/arrow/dataset/file_test.cc | 290 ++++++++++++++++++++++++++
cpp/src/arrow/dataset/forest_internal.h | 124 +++++++++++
cpp/src/arrow/filesystem/CMakeLists.txt | 1 -
cpp/src/arrow/filesystem/path_forest.cc | 127 -----------
cpp/src/arrow/filesystem/path_forest.h | 156 --------------
cpp/src/arrow/filesystem/path_forest_test.cc | 249 ----------------------
14 files changed, 721 insertions(+), 564 deletions(-)
create mode 100644 cpp/src/arrow/dataset/file_benchmark.cc
create mode 100644 cpp/src/arrow/dataset/forest_internal.h
delete mode 100644 cpp/src/arrow/filesystem/path_forest.cc
delete mode 100644 cpp/src/arrow/filesystem/path_forest.h
delete mode 100644 cpp/src/arrow/filesystem/path_forest_test.cc