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/20 18:19:10 UTC

[arrow] branch master updated (42a2e43 -> a8e3e41)

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 42a2e43  ARROW-7379: [C++] Introduce SchemaBuilder companion class and Field::IsCompatibleWith
     add a8e3e41  ARROW-7366: [C++][Dataset] Use PartitionSchemeDiscovery in DataSourceDiscovery

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/dataset_test.cc        |  35 ++++----
 cpp/src/arrow/dataset/discovery.cc           |  51 ++++++++---
 cpp/src/arrow/dataset/discovery.h            |  42 +++++-----
 cpp/src/arrow/dataset/discovery_test.cc      |  77 ++++++++---------
 cpp/src/arrow/dataset/partition.cc           |  21 +++--
 cpp/src/arrow/dataset/partition.h            |  57 ++++++++++---
 cpp/src/arrow/dataset/partition_test.cc      |   1 +
 cpp/src/arrow/dataset/type_fwd.h             |   2 +
 python/pyarrow/_dataset.pyx                  | 121 +++++++++++++++++++++------
 python/pyarrow/includes/libarrow_dataset.pxd |  32 +++----
 python/pyarrow/tests/test_dataset.py         |  27 +++---
 r/R/arrowExports.R                           |  20 +++--
 r/R/dataset.R                                |  44 ++++++----
 r/man/DataSource.Rd                          |   4 +-
 r/man/PartitionScheme.Rd                     |   2 +-
 r/src/arrowExports.cpp                       |  67 +++++++++------
 r/src/dataset.cpp                            |  32 ++++---
 r/tests/testthat/test-dataset.R              |  24 +++---
 18 files changed, 426 insertions(+), 233 deletions(-)