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 8b09ecc ARROW-7498: [Dataset] Rename core classes before stable API
add 724da32 ARROW-7592: [C++] Fix crashes on corrupt IPC input
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/buffer.cc | 6 ++++++
cpp/src/arrow/compute/kernels/take_internal.h | 6 +++---
cpp/src/arrow/io/file.cc | 20 ++++++++---------
cpp/src/arrow/io/file_test.cc | 24 ++++++++++++++++++---
cpp/src/arrow/io/interfaces.cc | 29 +++++++++++++++++++++++++
cpp/src/arrow/io/memory.cc | 31 +++++++++++----------------
cpp/src/arrow/io/memory_test.cc | 21 ++++++++++++++++++
cpp/src/arrow/io/util_internal.h | 12 +++++++++++
cpp/src/arrow/ipc/message.cc | 4 +---
cpp/src/arrow/ipc/metadata_internal.cc | 3 ++-
cpp/src/arrow/ipc/reader.cc | 5 +++++
cpp/src/arrow/type.cc | 23 ++++++++++++++++----
cpp/src/arrow/type.h | 8 +++++++
python/pyarrow/tests/test_io.py | 13 ++++++-----
14 files changed, 156 insertions(+), 49 deletions(-)