You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2021/04/21 19:09:48 UTC

[arrow] branch master updated (7a0cb10 -> 0756865)

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

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


    from 7a0cb10  ARROW-12495: [C++] Fix NumPyBuffer::mutable_data()
     add 0756865  ARROW-11660: [C++] Move RecordBatch::SelectColumns method from R to C++ library

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/record_batch.cc      | 21 +++++++++++++++++++++
 cpp/src/arrow/record_batch.h       |  4 ++++
 cpp/src/arrow/record_batch_test.cc | 28 ++++++++++++++++++++++++++++
 r/src/arrowExports.cpp             |  4 ++--
 r/src/recordbatch.cpp              | 21 ++-------------------
 5 files changed, 57 insertions(+), 21 deletions(-)