You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2021/04/13 12:53:36 UTC

[arrow] branch master updated (1ed6819 -> a102ba2)

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

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


    from 1ed6819  ARROW-12277: [Rust][DataFusion] Implement Sum/Count/Min/Max aggregates for Timestamp(_,_)
     add a102ba2  ARROW-12288: [C++] Create Scanner interface

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/dataset.h        |   5 -
 cpp/src/arrow/dataset/dataset_test.cc  |   4 +-
 cpp/src/arrow/dataset/file_base.cc     |  27 ++---
 cpp/src/arrow/dataset/file_base.h      |   4 -
 cpp/src/arrow/dataset/file_csv.cc      |   2 +-
 cpp/src/arrow/dataset/file_ipc.h       |   2 -
 cpp/src/arrow/dataset/file_ipc_test.cc |   9 +-
 cpp/src/arrow/dataset/file_parquet.h   |   2 -
 cpp/src/arrow/dataset/scanner.cc       | 128 ++++++++++++++++++++--
 cpp/src/arrow/dataset/scanner.h        | 190 ++++++++++++++++++++++++++++-----
 cpp/src/arrow/dataset/scanner_test.cc  |  44 ++++++--
 cpp/src/arrow/dataset/test_util.h      |  53 ++++++++-
 cpp/src/jni/dataset/jni_wrapper.cc     |   3 +-
 python/pyarrow/_dataset.pyx            |   8 --
 r/src/dataset.cpp                      |   2 +-
 15 files changed, 396 insertions(+), 87 deletions(-)