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 2018/05/01 18:55:38 UTC

[arrow] branch master updated (0562d3b -> 2bc110d)

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 0562d3b  ARROW-2417: [Rust] Fix API safety issues
     add 2bc110d  ARROW-2499: [C++] Factor out Python iteration routines

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/python/CMakeLists.txt          |   1 +
 cpp/src/arrow/python/builtin_convert.cc      |  47 +++---------
 cpp/src/arrow/python/common.h                |   1 +
 cpp/src/arrow/python/iterators.h             | 103 +++++++++++++++++++++++++++
 cpp/src/arrow/python/numpy-internal.h        |   2 +-
 cpp/src/arrow/python/numpy_to_arrow.cc       |  71 +++---------------
 cpp/src/arrow/python/python_to_arrow.cc      |  17 ++---
 python/pyarrow/tests/test_convert_builtin.py |  56 +++++++++++----
 8 files changed, 174 insertions(+), 124 deletions(-)
 create mode 100644 cpp/src/arrow/python/iterators.h

-- 
To stop receiving notification emails like this one, please contact
apitrou@apache.org.