You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/08/28 16:59:11 UTC

[arrow] branch ARROW-6313-flatbuffer-alignment updated (38401a1 -> 397d0f8)

This is an automated email from the ASF dual-hosted git repository.

wesm pushed a change to branch ARROW-6313-flatbuffer-alignment
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 38401a1  ARROW-3829: [Python] add __arrow_array__ protocol to support third-party array classes in conversion to Arrow
     add 397d0f8  ARROW-6314: [C++] Implement IPC message format alignment changes, provide backwards compatibility and "legacy" option to emit old message format

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/gpu/cuda_arrow_ipc.cc    |  26 +-----
 cpp/src/arrow/ipc/message.cc           | 154 ++++++++++++++++++++++++++++-----
 cpp/src/arrow/ipc/message.h            |  47 +++++++---
 cpp/src/arrow/ipc/metadata_internal.cc |  32 -------
 cpp/src/arrow/ipc/metadata_internal.h  |  16 ----
 cpp/src/arrow/ipc/options.h            |   8 ++
 cpp/src/arrow/ipc/read_write_test.cc   | 119 ++++++++++++++++++-------
 cpp/src/arrow/ipc/writer.cc            |  69 +++++++--------
 cpp/src/arrow/ipc/writer.h             |  22 ++---
 python/pyarrow/includes/libarrow.pxd   |   7 +-
 python/pyarrow/ipc.pxi                 |   5 +-
 11 files changed, 309 insertions(+), 196 deletions(-)