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

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


    from 7217a55  ARROW-7638: [C++][Dataset] Fix a segfault in 
DirectoryPartitioningFactory
     add 51ba4bc  ARROW-7622: [Format] Mark Tensor and SparseTensor fields 
required

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/ipc/metadata_internal.cc     |  2 +-
 cpp/src/arrow/ipc/reader.cc                | 27 ++++++++++++++++++--------
 cpp/src/arrow/python/serialize.h           |  8 --------
 cpp/src/arrow/sparse_tensor.cc             | 21 ++++++++++----------
 cpp/src/arrow/sparse_tensor.h              | 15 +++++++++++----
 cpp/src/arrow/sparse_tensor_test.cc        | 11 +++++++++--
 cpp/src/generated/SparseTensor_generated.h | 31 ++++++++++++++++++++----------
 cpp/src/generated/Tensor_generated.h       | 10 +++++++---
 format/SparseTensor.fbs                    | 21 ++++++++++----------
 format/Tensor.fbs                          |  7 ++++---
 python/pyarrow/tensor.pxi                  |  6 +++---
 python/pyarrow/tests/test_sparse_tensor.py |  2 +-
 12 files changed, 98 insertions(+), 63 deletions(-)

Reply via email to