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/08/27 11:56:21 UTC

[arrow] branch master updated (17a0709 -> cef82b4)

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 17a0709  ARROW-6229: [C++][Dataset] implement FileSystemBasedDataSource
     add cef82b4  ARROW-5830: [C++] Stop using memcmp in TensorEquals for tensors with float values

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/compare.cc     | 123 +++++++++++++++++++++++++++++++++--------
 cpp/src/arrow/compare.h      |   3 +-
 cpp/src/arrow/tensor.cc      |   5 +-
 cpp/src/arrow/tensor.h       |   3 +-
 cpp/src/arrow/tensor_test.cc | 128 +++++++++++++++++++++++++++++++++++++++++--
 5 files changed, 229 insertions(+), 33 deletions(-)