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 19e9451 ARROW-7106: [Java] Fix the problem that flight perf test
hangs endlessly
add cdaf988 ARROW-4223: [Python] Support scipy.sparse integration
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/ipc/metadata_internal.cc | 53 ++++---
cpp/src/arrow/ipc/read_write_test.cc | 20 +--
cpp/src/arrow/ipc/reader.cc | 142 +++++++++++++++++--
cpp/src/arrow/ipc/reader.h | 23 +++
cpp/src/arrow/ipc/writer.cc | 17 ++-
cpp/src/arrow/ipc/writer.h | 47 +++++--
cpp/src/arrow/python/deserialize.cc | 59 +++++++-
cpp/src/arrow/python/deserialize.h | 17 ++-
cpp/src/arrow/python/pyarrow.cc | 32 ++---
cpp/src/arrow/python/pyarrow.h | 4 +-
cpp/src/arrow/python/pyarrow_lib.h | 8 +-
cpp/src/arrow/python/serialize.cc | 88 +++++++++++-
cpp/src/arrow/python/serialize.h | 17 ++-
cpp/src/arrow/sparse_tensor.cc | 45 ++++++
cpp/src/arrow/sparse_tensor.h | 28 ++++
docs/source/python/extending.rst | 8 +-
python/pyarrow/includes/libarrow.pxd | 18 ++-
python/pyarrow/serialization.pxi | 8 +-
python/pyarrow/serialization.py | 64 ++++++++-
python/pyarrow/tensor.pxi | 95 ++++++++++++-
python/pyarrow/tests/test_serialization.py | 135 ++++++++++++++++++
python/pyarrow/tests/test_sparse_tensor.py | 215 ++++++++++++++++++++---------
22 files changed, 976 insertions(+), 167 deletions(-)