You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2020/06/16 22:11:42 UTC

[arrow] branch master updated (2c91352 -> 7b6456e)

This is an automated email from the ASF dual-hosted git repository.

wesm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 2c91352  ARROW-8583: [C++][Doc] Undocumented parameter in Dataset namespace
     add 7b6456e  ARROW-8779: [R] Implement conversion to List<Struct>

No new revisions were added by this update.

Summary of changes:
 r/src/array_from_vector.cpp                        | 80 ++++++++++++++++++++--
 r/src/arrow_rcpp.h                                 |  4 +-
 .../parquet/api/schema.h => r/src/arrow_vctrs.h    |  5 +-
 js/bin/arrow2csv.js => r/src/imports.cpp           | 28 +++++---
 r/tests/testthat/test-Array.R                      | 17 +++++
 5 files changed, 114 insertions(+), 20 deletions(-)
 copy cpp/src/parquet/api/schema.h => r/src/arrow_vctrs.h (94%)
 copy js/bin/arrow2csv.js => r/src/imports.cpp (68%)
 mode change 100755 => 100644