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 d5ba83e  ARROW-6835: [Archery][CMake] Restore ARROW_LINT_ONLY cmake 
option
     add 929c9f6  ARROW-6711: [C++] Consolidate Filter and Expression

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/filter.cc    |  45 ++-
 cpp/src/arrow/compute/kernels/filter.h     |  17 +-
 cpp/src/arrow/dataset/dataset.cc           |  29 +-
 cpp/src/arrow/dataset/dataset.h            |  14 +-
 cpp/src/arrow/dataset/file_base.cc         |  11 +-
 cpp/src/arrow/dataset/file_base.h          |  17 +-
 cpp/src/arrow/dataset/file_parquet.cc      |  42 ++-
 cpp/src/arrow/dataset/file_parquet_test.cc |  19 +-
 cpp/src/arrow/dataset/file_test.cc         |   6 +-
 cpp/src/arrow/dataset/filter.cc            | 561 ++++++++++++++---------------
 cpp/src/arrow/dataset/filter.h             | 330 ++++++++++++-----
 cpp/src/arrow/dataset/filter_test.cc       | 185 ++++++++--
 cpp/src/arrow/dataset/scanner.cc           |  36 +-
 cpp/src/arrow/dataset/scanner.h            |  40 +-
 cpp/src/arrow/dataset/scanner_test.cc      |  54 +++
 cpp/src/arrow/dataset/test_util.h          |  20 +-
 cpp/src/arrow/dataset/type_fwd.h           |   6 +-
 cpp/src/arrow/util/iterator.h              |  47 +++
 cpp/src/arrow/util/iterator_test.cc        |  27 ++
 19 files changed, 982 insertions(+), 524 deletions(-)

Reply via email to