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/04/08 23:18:31 UTC

[arrow] branch master updated (c886381 -> 0365356)

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 c886381  ARROW-8375: [CI][R] Make Windows tests more verbose in case of segfault
     add 0365356  ARROW-8354: [R] Fix segfault in Table to Array conversion

No new revisions were added by this update.

Summary of changes:
 r/R/table.R                     |  2 +-
 r/src/array_from_vector.cpp     |  4 +++-
 r/src/array_to_vector.cpp       | 13 +++++++++----
 r/src/compute.cpp               | 18 ++++++++++++++++--
 r/tests/testthat/helper-arrow.R |  2 ++
 r/tests/testthat/test-Array.R   |  5 +++++
 r/tests/testthat/test-dplyr.R   | 11 +++++++++++
 7 files changed, 47 insertions(+), 8 deletions(-)