You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by np...@apache.org on 2020/03/10 20:43:44 UTC

[arrow] branch master updated (5ca8217 -> 018dd80)

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

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


    from 5ca8217  ARROW-7530: [Developer] Do not include list of PR commits in commit message when using PR merge tool
     add 018dd80  ARROW-7963: [C++][Dataset][Python] Expose Dataset Fragments to Python

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/dataset.cc             |  7 ++
 cpp/src/arrow/dataset/dataset.h              | 11 +++-
 cpp/src/arrow/dataset/discovery_test.cc      | 24 +++----
 cpp/src/arrow/dataset/file_base.cc           | 28 +++++++-
 cpp/src/arrow/dataset/file_base.h            | 24 ++++++-
 cpp/src/arrow/dataset/file_ipc.cc            |  5 --
 cpp/src/arrow/dataset/file_ipc.h             | 13 +---
 cpp/src/arrow/dataset/file_ipc_test.cc       | 23 +++----
 cpp/src/arrow/dataset/file_parquet.cc        |  6 --
 cpp/src/arrow/dataset/file_parquet.h         | 18 +-----
 cpp/src/arrow/dataset/file_parquet_test.cc   |  8 +--
 cpp/src/arrow/dataset/file_test.cc           | 71 +++++++++++++++------
 cpp/src/arrow/dataset/scanner.cc             | 18 ++++--
 cpp/src/arrow/dataset/scanner.h              |  9 ++-
 cpp/src/arrow/dataset/test_util.h            | 95 ++++++++++++----------------
 python/pyarrow/_dataset.pyx                  | 92 +++++++++++++++++++++++++++
 python/pyarrow/dataset.py                    |  2 +
 python/pyarrow/includes/libarrow_dataset.pxd | 52 ++++++---------
 python/pyarrow/tests/test_dataset.py         | 31 ++++++---
 19 files changed, 343 insertions(+), 194 deletions(-)