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/01/06 15:02:18 UTC

[arrow] branch master updated (88082ec -> 249a12f)

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 88082ec  ARROW-7496: [CI][Gandiva] Use static protobuf dependency while building Gandiva jar
     add 249a12f  ARROW-7414: [R][Dataset] Implement *PartitionSchemeDiscovery in R

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/partition.cc |  5 +---
 r/NAMESPACE                        |  1 +
 r/R/arrowExports.R                 | 12 ++++++++++
 r/R/dataset.R                      | 42 ++++++++++++++++++++++++++------
 r/R/field.R                        | 10 +++++---
 r/R/schema.R                       |  3 +++
 r/man/DataSource.Rd                |  3 +--
 r/man/PartitionScheme.Rd           |  2 +-
 r/man/hive_partition.Rd            |  3 ++-
 r/man/open_dataset.Rd              |  9 +++++--
 r/src/arrowExports.cpp             | 49 ++++++++++++++++++++++++++++++++++++++
 r/src/dataset.cpp                  | 29 ++++++++++++++++++++++
 r/tests/testthat/test-dataset.R    | 34 ++++++++++++++++++++++----
 13 files changed, 178 insertions(+), 24 deletions(-)