You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2022/02/15 19:09:13 UTC

[arrow] branch master updated (6a2ee11 -> cca3800)

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

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


    from 6a2ee11  PARQUET-2124: [C++] Remove Parquet Dictionary DCHECK
     add cca3800  ARROW-15013: [R] Expose concatenate at the R level

No new revisions were added by this update.

Summary of changes:
 r/NAMESPACE                   |  2 ++
 r/R/array.R                   | 43 +++++++++++++++++++++++++++
 r/R/arrowExports.R            |  4 +++
 r/_pkgdown.yml                |  1 +
 r/man/concat_arrays.Rd        | 34 +++++++++++++++++++++
 r/src/array.cpp               | 13 ++++++++
 r/src/arrowExports.cpp        | 16 ++++++++++
 r/tests/testthat/test-Array.R | 69 +++++++++++++++++++++++++++++++++++++++++++
 8 files changed, 182 insertions(+)
 create mode 100644 r/man/concat_arrays.Rd