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/04/10 20:34:23 UTC

[arrow] branch master updated (4e9ced6 -> 988a3f8)

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 4e9ced6  ARROW-8396: [Rust] Removes libc dependency
     add 988a3f8  ARROW-8390: [R] Expose schema unification features

No new revisions were added by this update.

Summary of changes:
 r/NAMESPACE                    |  1 +
 r/NEWS.md                      |  3 ++-
 r/R/arrowExports.R             | 12 +++++++----
 r/R/dataset.R                  | 45 ++++++++++++++++++++++++++++++++----------
 r/R/schema.R                   | 16 +++++++++++++++
 r/_pkgdown.yml                 |  1 +
 r/man/Dataset.Rd               | 10 ++++++++--
 r/man/open_dataset.Rd          | 17 +++++++++++++++-
 r/man/unify_schemas.Rd         | 26 ++++++++++++++++++++++++
 r/src/arrowExports.cpp         | 38 +++++++++++++++++++++++++----------
 r/src/dataset.cpp              | 16 +++++++++++----
 r/src/schema.cpp               |  6 ++++++
 r/tests/testthat/test-schema.R |  9 +++++++++
 13 files changed, 168 insertions(+), 32 deletions(-)
 create mode 100644 r/man/unify_schemas.Rd