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 2020/05/03 13:00:54 UTC

[arrow] branch master updated (b3b7de7 -> 3a0b5d5)

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 b3b7de7  ARROW-8668: [Packaging][APT][Yum][ARM] Use Travis CI's ARM machine to build packages
     add 3a0b5d5  ARROW-8318: [C++][Dataset] Construct FileSystemDataset from fragments

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/discovery.cc           | 145 ++++++++++++--------------
 cpp/src/arrow/dataset/discovery.h            |  10 +-
 cpp/src/arrow/dataset/file_base.cc           | 148 +++++++--------------------
 cpp/src/arrow/dataset/file_base.h            |  93 ++++++-----------
 cpp/src/arrow/dataset/file_csv_test.cc       |   2 +-
 cpp/src/arrow/dataset/file_ipc_test.cc       |  55 ++--------
 cpp/src/arrow/dataset/file_parquet_test.cc   |   2 +-
 cpp/src/arrow/dataset/file_test.cc           |  40 +++++---
 cpp/src/arrow/dataset/filter.h               |   8 ++
 cpp/src/arrow/dataset/test_util.h            |  21 +++-
 dev/archery/archery/cli.py                   |  13 +++
 dev/archery/archery/lang/cpp.py              |  55 +++++++---
 python/pyarrow/_dataset.pyx                  |  35 ++++---
 python/pyarrow/_fs.pyx                       |  12 ++-
 python/pyarrow/includes/libarrow_dataset.pxd |  10 +-
 python/pyarrow/tests/test_dataset.py         |   6 +-
 16 files changed, 289 insertions(+), 366 deletions(-)