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 2022/04/19 13:31:50 UTC

[arrow] branch master updated (6c10a389bb -> 2a2c0873b3)

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 6c10a389bb ARROW-16051: [Gandiva][C++] Fix datediff regression build
     add 2a2c0873b3 ARROW-15776: [Python] Expose IpcReadOptions

No new revisions were added by this update.

Summary of changes:
 docs/source/python/api/ipc.rst       |   1 +
 python/pyarrow/includes/libarrow.pxd |   3 +-
 python/pyarrow/ipc.pxi               |  65 +++++++++++++++++++++-
 python/pyarrow/ipc.py                |  55 +++++++++++++++----
 python/pyarrow/lib.pxd               |   4 ++
 python/pyarrow/tests/test_ipc.py     | 103 +++++++++++++++++++++++++++++++++++
 6 files changed, 217 insertions(+), 14 deletions(-)