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/01 00:55:45 UTC

[arrow] branch master updated (58c0941 -> 57c525f)

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 58c0941  ARROW-8277: [Python] implemented __eq__, __repr__, and provided a wrapper of Take() for RecordBatch
     add 57c525f  ARROW-7428: [Format][C++] Add serialization for CSF sparse tensors

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/ipc/metadata_internal.cc     |  88 +++++++++++++
 cpp/src/arrow/ipc/metadata_internal.h      |   7 +
 cpp/src/arrow/ipc/read_write_test.cc       |  83 +++++++++++-
 cpp/src/arrow/ipc/reader.cc                |  73 +++++++++++
 cpp/src/arrow/ipc/writer.cc                |  15 +++
 cpp/src/generated/SparseTensor_generated.h | 203 ++++++++++++++++++++++++++++-
 format/SparseTensor.fbs                    |  79 ++++++++++-
 7 files changed, 541 insertions(+), 7 deletions(-)