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 2021/07/12 16:02:05 UTC

[arrow] branch master updated (91f261f -> 38b3404)

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 91f261f  MINOR: [C++] Fix a typo (#10694)
     add 38b3404  ARROW-13113: [R] use RTasks to manage parallel in converting arrow to R

No new revisions were added by this update.

Summary of changes:
 r/R/arrowExports.R                                 |   4 +-
 r/R/chunked-array.R                                |  12 +-
 r/src/RTasks.cpp                                   |  74 ++++
 r/src/altrep.cpp                                   |   3 +-
 r/src/array_to_vector.cpp                          | 422 +++++++++------------
 r/src/arrowExports.cpp                             |  11 +-
 r/src/arrow_types.h                                |   2 -
 .../arrow/util/stopwatch.h => r/src/r_task_group.h |  47 +--
 r/src/r_to_arrow.cpp                               |  88 +----
 r/tests/testthat/test-altrep.R                     |  14 +
 10 files changed, 315 insertions(+), 362 deletions(-)
 create mode 100644 r/src/RTasks.cpp
 copy cpp/src/arrow/util/stopwatch.h => r/src/r_task_group.h (55%)