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/12/18 09:33:30 UTC

[arrow] branch master updated (e438965 -> 4c63bef)

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 e438965  ARROW-7403: [C++][JSON] Enable Rapidjson on Arm64 Neon
     add 4c63bef  ARROW-4225: [Format][C++] Add CSC sparse matrix support

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compare.cc                   |  12 ++
 cpp/src/arrow/ipc/metadata_internal.cc     | 166 ++++++++++++---------
 cpp/src/arrow/ipc/metadata_internal.h      |   4 +-
 cpp/src/arrow/ipc/read_write_test.cc       | 190 +++++++++++++-----------
 cpp/src/arrow/ipc/reader.cc                | 100 +++++++++----
 cpp/src/arrow/ipc/writer.cc                |  11 ++
 cpp/src/arrow/python/serialize.cc          |   3 +
 cpp/src/arrow/sparse_tensor.cc             | 226 +++++++++++++++++++++++------
 cpp/src/arrow/sparse_tensor.h              | 167 ++++++++++++++++-----
 cpp/src/arrow/sparse_tensor_test.cc        | 203 +++++++++++++++++++++++++-
 cpp/src/generated/SparseTensor_generated.h | 103 +++++++++----
 format/SparseTensor.fbs                    |  11 +-
 12 files changed, 899 insertions(+), 297 deletions(-)