This is an automated email from the ASF dual-hosted git repository.
apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from ebbe60c ARROW-9684: [C++] Fix undefined behaviour on invalid IPC /
Parquet input
add e1e3188 ARROW-9659: [C++] Fix RecordBatchStreamReader when source is
CudaBufferReader
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/array/array_base.h | 17 ++++-----
cpp/src/arrow/array/array_binary.h | 11 ++----
cpp/src/arrow/array/array_nested.cc | 71 +++++++++++++++--------------------
cpp/src/arrow/array/array_nested.h | 22 ++++++++++-
cpp/src/arrow/array/array_primitive.h | 5 ---
cpp/src/arrow/array/data.h | 16 ++++++++
cpp/src/arrow/array/validate.cc | 13 +------
docker-compose.yml | 2 +-
python/pyarrow/tests/test_cuda.py | 54 ++++++++++++++++++++++++++
9 files changed, 133 insertions(+), 78 deletions(-)