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 d019bc3  PARQUET-1882: [C++] Buffered Reads should allow for 0 length
     add 9ef539e  ARROW-4221: [C++][Python] Add canonical flag in COO sparse 
index

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/ipc/metadata_internal.cc     |   3 +-
 cpp/src/arrow/ipc/read_write_test.cc       |  25 ++++
 cpp/src/arrow/ipc/reader.cc                |   5 +-
 cpp/src/arrow/python/numpy_convert.cc      |   4 +-
 cpp/src/arrow/sparse_tensor.cc             | 126 ++++++++++++++++-
 cpp/src/arrow/sparse_tensor.h              |  34 ++++-
 cpp/src/arrow/sparse_tensor_test.cc        | 213 +++++++++++++++++++++++++----
 cpp/src/arrow/tensor/coo_converter.cc      |  10 +-
 cpp/src/generated/SparseTensor_generated.h |  21 ++-
 format/SparseTensor.fbs                    |  11 +-
 python/pyarrow/includes/libarrow.pxd       |   8 ++
 python/pyarrow/tensor.pxi                  |  36 ++++-
 python/pyarrow/tests/test_sparse_tensor.py |  33 +++--
 13 files changed, 470 insertions(+), 59 deletions(-)

Reply via email to