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 2019/09/10 14:46:24 UTC

[arrow] branch master updated (b1025c2 -> 0fbaff6)

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 b1025c2  ARROW-6481: [C++] Avoid copying large ConvertOptions
     add 0fbaff6  ARROW-5736: [Format][C++] Support small bit-width indices in sparse tensor

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/ipc/metadata_internal.cc |  50 ++++-
 cpp/src/arrow/ipc/metadata_internal.h  |   9 +
 cpp/src/arrow/ipc/read_write_test.cc   | 182 ++++++++++++---
 cpp/src/arrow/ipc/reader.cc            |  47 ++--
 cpp/src/arrow/sparse_tensor.cc         | 189 ++++++++++------
 cpp/src/arrow/sparse_tensor.h          |  30 +--
 cpp/src/arrow/sparse_tensor_test.cc    | 389 +++++++++++++++++++++++----------
 cpp/src/arrow/visitor_inline.h         |  72 +++---
 format/SparseTensor.fbs                |  65 ++++--
 9 files changed, 727 insertions(+), 306 deletions(-)