You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2022/04/15 15:35:27 UTC

[arrow] branch master updated (63d2a9c856 -> b67e3c8ef1)

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

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


    from 63d2a9c856 ARROW-16201: [R] SafeCallIntoR on 3.4
     add b67e3c8ef1 ARROW-16062: [Python] Move libarrow_python include definitions to its own file

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/_csv.pyx                     |   2 +
 python/pyarrow/_fs.pyx                      |   2 +-
 python/pyarrow/array.pxi                    |   2 +-
 python/pyarrow/error.pxi                    |   3 +-
 python/pyarrow/includes/libarrow.pxd        | 272 -------------------------
 python/pyarrow/includes/libarrow_fs.pxd     |   1 +
 python/pyarrow/includes/libarrow_python.pxd | 294 ++++++++++++++++++++++++++++
 python/pyarrow/lib.pxd                      |   1 +
 python/pyarrow/lib.pyx                      |   2 +
 python/pyarrow/table.pxi                    |   4 +-
 10 files changed, 306 insertions(+), 277 deletions(-)
 create mode 100644 python/pyarrow/includes/libarrow_python.pxd