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 2020/04/10 15:32:46 UTC

[arrow] branch master updated (e570db9 -> 866e6a8)

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 e570db9  ARROW-8335: [Release] Add crossbow jobs to run release verification
     add 866e6a8  ARROW-8311: [C++] Add push style stream format reader

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/ipc/message.cc              | 594 +++++++++++++++++++++++++-----
 cpp/src/arrow/ipc/message.h               | 295 +++++++++++++++
 cpp/src/arrow/ipc/read_write_benchmark.cc |  85 ++++-
 cpp/src/arrow/ipc/read_write_test.cc      | 197 +++++++++-
 cpp/src/arrow/ipc/reader.cc               | 200 ++++++++--
 cpp/src/arrow/ipc/reader.h                | 197 ++++++++++
 6 files changed, 1421 insertions(+), 147 deletions(-)