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/11/11 21:27:01 UTC

[arrow] branch master updated (aca7070 -> 6f20b50f)

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 aca7070  ARROW-9803: [Go] Add initial support for s390x
     add 6f20b50f ARROW-10481: [R] Bindings to add, remove, replace Table columns

No new revisions were added by this update.

Summary of changes:
 r/NAMESPACE                   |  2 ++
 r/R/arrowExports.R            | 12 +++++++
 r/R/table.R                   | 65 ++++++++++++++++++++++++++++++++++++
 r/src/arrowExports.cpp        | 55 +++++++++++++++++++++++++++++++
 r/src/table.cpp               | 22 +++++++++++++
 r/tests/testthat/test-Table.R | 76 +++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 232 insertions(+)