You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2020/03/31 21:58:38 UTC

[arrow] branch master updated (faf9bc0 -> 087464c)

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

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


    from faf9bc0  PARQUET-1831: [C++] Fix crashes on invalid input (OSS-Fuzz)
     add 087464c  ARROW-8218: [C++] Decompress record batch messages in parallel at field level. Only allow LZ4_FRAME, ZSTD compression

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/dataset/file_ipc.cc    |   6 +-
 cpp/src/arrow/ipc/options.cc         |  11 ++++
 cpp/src/arrow/ipc/options.h          |  16 ++++-
 cpp/src/arrow/ipc/read_write_test.cc |  70 ++++++++++++--------
 cpp/src/arrow/ipc/reader.cc          | 123 +++++++++++++++++++----------------
 cpp/src/arrow/ipc/writer.cc          |  21 ++++--
 r/R/enums.R                          |   3 +-
 r/R/feather.R                        |   6 ++
 8 files changed, 168 insertions(+), 88 deletions(-)