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/06/04 15:54:27 UTC

[arrow] branch master updated (649108e -> 2e3a25e)

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 649108e  ARROW-12956: [C++] Fix crash on Parquet file (OSS-Fuzz)
     add 2e3a25e  ARROW-12761: [R] Better error handling for write_to_raw

No new revisions were added by this update.

Summary of changes:
 r/R/csv.R                       |  2 +-
 r/R/feather.R                   |  3 ++-
 r/R/ipc_stream.R                |  1 +
 r/R/parquet.R                   |  5 ++++-
 r/R/util.R                      | 16 ++++++++++++++++
 r/tests/testthat/test-csv.R     |  6 ++++--
 r/tests/testthat/test-feather.R |  8 ++++++++
 r/tests/testthat/test-parquet.R |  8 ++++++++
 8 files changed, 44 insertions(+), 5 deletions(-)