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/03/25 17:01:28 UTC

[arrow] branch master updated (815531c -> 17b9980)

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 815531c  ARROW-8059: [Python] Make FileSystem objects serializable
     add 17b9980  ARROW-8058: [Dataset] Relax DatasetFactory discovery validation

No new revisions were added by this update.

Summary of changes:
 cpp/examples/arrow/dataset-parquet-scan-example.cc |   7 +-
 cpp/src/arrow/dataset/dataset_test.cc              |   4 +-
 cpp/src/arrow/dataset/discovery.cc                 |  80 +++++++-------
 cpp/src/arrow/dataset/discovery.h                  |  77 ++++++++++----
 cpp/src/arrow/dataset/discovery_test.cc            | 118 ++++++++++++++-------
 python/pyarrow/_dataset.pyx                        |   6 +-
 python/pyarrow/includes/libarrow_dataset.pxd       |  12 ++-
 python/pyarrow/tests/test_dataset.py               |   2 +-
 8 files changed, 200 insertions(+), 106 deletions(-)