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 2021/05/17 22:27:07 UTC

[arrow] branch master updated (8688141 -> 9d39b10)

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 8688141  ARROW-12619: [Python] pyarrow sdist should not require git
     add 9d39b10  ARROW-12689: [R] Implement ArrowArrayStream C interface

No new revisions were added by this update.

Summary of changes:
 r/NEWS.md                       |   6 +
 r/R/arrow-package.R             |   3 +-
 r/R/arrowExports.R              |  68 ++++++++---
 r/R/dataset-scan.R              |   1 +
 r/R/python.R                    |  65 ++++++++++
 r/R/record-batch-reader.R       |  13 +-
 r/src/arrowExports.cpp          | 254 ++++++++++++++++++++++++++++++----------
 r/src/dataset.cpp               |   6 +
 r/src/py-to-r.cpp               |  48 +++++++-
 r/src/recordbatchreader.cpp     |  40 +++----
 r/tests/testthat/test-dataset.R |  15 +++
 r/tests/testthat/test-python.R  |  47 ++++++--
 12 files changed, 440 insertions(+), 126 deletions(-)