You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2023/09/21 15:06:46 UTC

[arrow] branch main updated (9d6d501fb6 -> e83c23bb86)

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

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


    from 9d6d501fb6 GH-35627: [Format][Integration] Add string-view to arrow format (#37526)
     add e83c23bb86 GH-36730: [Python] Add support for Cython 3.0.0 (#37097)

No new revisions were added by this update.

Summary of changes:
 ....dockerfile => conda-python-cython2.dockerfile} |  9 ++-----
 dev/archery/archery/lang/python.py                 |  9 +++++++
 dev/tasks/tasks.yml                                |  8 ++++++
 docker-compose.yml                                 | 25 +++++++++++++++++++
 python/CMakeLists.txt                              | 29 ++++++++++++++--------
 python/pyarrow/_dataset.pyx                        |  3 ++-
 python/pyarrow/_flight.pyx                         | 10 +++++---
 python/pyarrow/_substrait.pyx                      |  3 ++-
 python/pyarrow/includes/libarrow_flight.pxd        | 15 +++++++----
 python/pyarrow/ipc.pxi                             | 15 +++++------
 python/pyarrow/scalar.pxi                          |  4 +--
 python/pyarrow/tests/test_dataset.py               |  6 ++++-
 python/pyarrow/tests/test_scalars.py               |  4 +++
 13 files changed, 102 insertions(+), 38 deletions(-)
 copy ci/docker/{conda-python-jpype.dockerfile => conda-python-cython2.dockerfile} (86%)