You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by bk...@apache.org on 2019/12/17 16:32:50 UTC

[arrow] branch master updated (f81666b -> 769c4da)

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 f81666b  ARROW-7395: [C++] Do not warn or error on logical "or" with constants
     add 769c4da  ARROW-7377: [C++][Dataset] Add ScanOptions::MaterializedFields

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/file_parquet.cc | 69 +++++++++++++++++++----------------
 cpp/src/arrow/dataset/scanner.cc      | 14 +++++++
 cpp/src/arrow/dataset/scanner.h       | 17 +++++++++
 cpp/src/arrow/dataset/scanner_test.cc | 26 +++++++++++++
 cpp/src/arrow/result.h                | 10 ++---
 5 files changed, 99 insertions(+), 37 deletions(-)