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 2021/01/19 14:56:22 UTC

[arrow] branch master updated (17a3fab -> 275fda1)

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 17a3fab  ARROW-11314: [Release][APT][Yum] Add support for verifying arm64 packages
     add 275fda1  ARROW-7633: [C++][CI] Create fuzz targets for tensors and sparse tensors

No new revisions were added by this update.

Summary of changes:
 cpp/build-support/fuzzing/generate_corpuses.sh     |   4 +
 cpp/src/arrow/ipc/CMakeLists.txt                   |   5 +
 cpp/src/arrow/ipc/generate_tensor_fuzz_corpus.cc   | 134 +++++++++++++++++++++
 cpp/src/arrow/ipc/metadata_internal.cc             |  11 +-
 cpp/src/arrow/ipc/reader.cc                        |  17 +++
 cpp/src/arrow/ipc/reader.h                         |   2 +
 .../ipc/{file_fuzz.cc => tensor_stream_fuzz.cc}    |   3 +-
 cpp/src/arrow/ipc/test_common.cc                   |  99 +++++++++++++++
 cpp/src/arrow/ipc/test_common.h                    |   6 +
 cpp/src/arrow/tensor.cc                            |  12 +-
 cpp/src/arrow/tensor.h                             |   9 ++
 11 files changed, 292 insertions(+), 10 deletions(-)
 create mode 100644 cpp/src/arrow/ipc/generate_tensor_fuzz_corpus.cc
 copy cpp/src/arrow/ipc/{file_fuzz.cc => tensor_stream_fuzz.cc} (91%)