You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by am...@apache.org on 2022/05/26 13:30:12 UTC

[arrow] branch master updated (5eaae545a4 -> 9a7cc522ed)

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

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


    from 5eaae545a4 ARROW-16656: [CI][Release] Allow archery to support MINOR tickets and update release comments to contain MINOR
     add 9a7cc522ed ARROW-16018: [Doc][Python] Run doctests on Python docstring examples (--doctest-cython)

No new revisions were added by this update.

Summary of changes:
 docker-compose.yml          |  2 +-
 python/pyarrow/_compute.pyx | 16 ++++----
 python/pyarrow/_dataset.pyx | 41 +++++++++++++++----
 python/pyarrow/array.pxi    | 97 +++++++++++++++++++++++++++------------------
 python/pyarrow/conftest.py  | 14 +++++--
 python/pyarrow/ipc.pxi      |  4 +-
 python/pyarrow/table.pxi    |  6 ++-
 7 files changed, 118 insertions(+), 62 deletions(-)