You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2020/02/05 14:45:52 UTC

[arrow] branch master updated (25fd97b -> c02d376)

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

apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 25fd97b  PARQUET-1716: [C++] Add BYTE_STREAM_SPLIT encoder and decoder
     add c02d376  ARROW-4226: [C++] Add sparse CSF tensor support

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compare.cc            |  12 ++
 cpp/src/arrow/python/serialize.cc   |   5 +
 cpp/src/arrow/sparse_tensor.cc      | 345 +++++++++++++++++++++++++++++++++---
 cpp/src/arrow/sparse_tensor.h       |  67 +++++++
 cpp/src/arrow/sparse_tensor_test.cc | 222 +++++++++++++++++++++++
 format/SparseTensor.fbs             |   2 +-
 6 files changed, 628 insertions(+), 25 deletions(-)