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 2021/03/29 14:19:23 UTC

[arrow] branch master updated (be4fe74 -> 2756a03)

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 be4fe74  ARROW-11838: [C++] Support IPC reads with shared dictionaries.
     add 2756a03  ARROW-12067: [Python][Doc] Document pyarrow_(un)wrap_scalar

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/python/pyarrow.cc                 |   2 +
 cpp/src/arrow/python/pyarrow.h                  |   2 +
 docs/source/cpp/api/tensor.rst                  |   4 +
 docs/source/python/extending.rst                | 202 +++++++++++++++---------
 python/pyarrow/lib.pxd                          |  57 ++++---
 python/pyarrow/tests/pyarrow_cython_example.pyx |  17 ++
 python/pyarrow/tests/test_cython.py             |  21 ++-
 7 files changed, 203 insertions(+), 102 deletions(-)