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/12/22 15:56:19 UTC

[arrow] branch master updated (f904e39 -> 3fc6451)

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 f904e39  ARROW-15171: [C++][Java] Update ORC to 1.7.2
     add 3fc6451  ARROW-15169: [Python][R] Avoid unsafe Python-R pointer transfer

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/array.pxi          | 22 +++++++++------
 python/pyarrow/ipc.pxi            | 11 +++++---
 python/pyarrow/table.pxi          | 20 +++++++++-----
 python/pyarrow/tests/test_cffi.py | 15 ++++++++++
 python/pyarrow/types.pxi          | 58 +++++++++++++++++++++++++++++++--------
 r/R/python.R                      | 38 ++++++++-----------------
 6 files changed, 107 insertions(+), 57 deletions(-)