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/06/29 02:53:40 UTC

[arrow] branch master updated (76c3e4a -> ee730f5)

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 76c3e4a  ARROW-8671: [C++][FOLLOWUP] Fix ASAN/UBSAN bug found with IPC fuzz testing files
     add ee730f5  ARROW-9233: [C++] Add NullType code paths for is_valid, is_null kernels

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compute/kernels/scalar_validity.cc   | 43 +++++++++++++++++++---
 .../arrow/compute/kernels/scalar_validity_test.cc  |  7 ++++
 cpp/src/arrow/compute/kernels/test_util.h          |  4 ++
 3 files changed, 48 insertions(+), 6 deletions(-)