You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by li...@apache.org on 2021/11/04 21:06:59 UTC

[arrow] branch master updated (a9ba3f2 -> fdc6a79)

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

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


    from a9ba3f2  ARROW-14496: [Docs] Create relative links for R / JS / C/Glib references in the sphinx toctree using stub pages
     add fdc6a79  ARROW-14593: [C++] Fix crashes on invalid IPC file (OSS-Fuzz)

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_list_test.cc             | 55 ++++++++++++++++++++++
 cpp/src/arrow/array/array_nested.h                 |  4 +-
 cpp/src/arrow/array/validate.cc                    |  5 +-
 cpp/src/arrow/compute/kernels/scalar_nested.cc     |  3 +-
 cpp/src/arrow/compute/kernels/vector_nested.cc     |  7 +--
 .../arrow/compute/kernels/vector_nested_test.cc    |  6 +--
 cpp/src/arrow/type.h                               |  4 +-
 testing                                            |  2 +-
 8 files changed, 73 insertions(+), 13 deletions(-)