You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2020/03/02 14:10:06 UTC

[arrow] branch master updated (8200626 -> 77246f7)

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

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


    from 8200626  ARROW-7936: [Python] Fix and exercise tests on python 3.5
     add 77246f7  ARROW-7931: [C++] Fix crash on corrupt Map array input (OSS-Fuzz)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array.cc                    | 30 ++++++++++++++++++++++++------
 cpp/src/arrow/array.h                     |  4 ++++
 cpp/src/arrow/ipc/generate_fuzz_corpus.cc | 22 ++++++++++++++++++++++
 cpp/src/arrow/ipc/reader.cc               |  5 +++++
 testing                                   |  2 +-
 5 files changed, 56 insertions(+), 7 deletions(-)