This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 95a3ed4b6b GH-48965: [Python][C++] Compare unique_ptr for
CFlightResult or CFlightInfo to nullptr instead of NULL (#48968)
add 8010794116 GH-48924: [C++][CI] Fix pre-buffering issues in IPC file
reader (#48925)
No new revisions were added by this update.
Summary of changes:
ci/scripts/cpp_test.sh | 9 ++
cpp/src/arrow/ipc/read_write_test.cc | 75 ++++++-----
cpp/src/arrow/ipc/reader.cc | 222 +++++++++++++++++++++------------
cpp/src/arrow/ipc/test_common.cc | 47 ++++---
cpp/src/arrow/type.h | 10 ++
cpp/src/arrow/util/int_util_overflow.h | 33 +++++
cpp/src/arrow/util/int_util_test.cc | 18 +++
7 files changed, 286 insertions(+), 128 deletions(-)