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/03 14:27:04 UTC

[arrow] branch master updated (16af17c -> 09b79a1)

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 16af17c  ARROW-14356: [C++] Create kernel to determine buffer memory "referenced" by arrays (even if there are offsets)
     add 09b79a1  ARROW-12683: [C++] Enable fine-grained I/O (coalescing) in IPC reader

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/ipc/message.cc         |  47 +++++++-
 cpp/src/arrow/ipc/message.h          |  13 +-
 cpp/src/arrow/ipc/read_write_test.cc | 225 +++++++++++++++++++++++++++++++++++
 cpp/src/arrow/ipc/reader.cc          | 117 ++++++++++++++++--
 cpp/src/arrow/ipc/reader_internal.h  |  84 +++++++++++++
 cpp/src/arrow/ipc/test_common.cc     |  10 ++
 cpp/src/arrow/ipc/test_common.h      |   4 +
 7 files changed, 486 insertions(+), 14 deletions(-)
 create mode 100644 cpp/src/arrow/ipc/reader_internal.h