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/23 16:46:14 UTC

[arrow] branch master updated (4c59aad -> 1cf9847)

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 4c59aad  ARROW-6311: [Java] Make ApproxEqualsVisitor accept DiffFunction to make it more flexible
     add 1cf9847  ARROW-6126: [C++] Return error when an IPC stream terminates in the middle of receiving dictionaries

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/ipc/read_write_test.cc | 82 ++++++++++++++++++++++++++++++++++++
 cpp/src/arrow/ipc/reader.cc          | 27 +++++++-----
 cpp/src/arrow/ipc/writer.h           |  4 ++
 3 files changed, 103 insertions(+), 10 deletions(-)