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 8daf756  ARROW-9446: [C++] Add compiler id, version, and build flags 
to BuildInfo
     add 389b153  ARROW-9439: [C++] Fix crash on invalid IPC input

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/array_base.cc  | 13 ++++++
 cpp/src/arrow/array/array_base.h   |  5 +++
 cpp/src/arrow/array/array_test.cc  | 49 ++++++++++++++++++++++
 cpp/src/arrow/array/concatenate.cc | 86 ++++++++++++++++++++++++--------------
 cpp/src/arrow/array/data.cc        |  6 +++
 cpp/src/arrow/array/data.h         |  8 +++-
 cpp/src/arrow/buffer.cc            | 41 ++++++++++++++++++
 cpp/src/arrow/buffer.h             | 28 +++++++++++++
 cpp/src/arrow/buffer_test.cc       | 37 +++++++++++++++-
 cpp/src/arrow/ipc/reader.cc        |  6 +++
 cpp/src/arrow/util/int_util.h      | 17 ++++++++
 testing                            |  2 +-
 12 files changed, 263 insertions(+), 35 deletions(-)

Reply via email to