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

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


    from 56b72c0  ARROW-9592: [CI] Update homebrew before calling brew bundle
     add a4eb08d  ARROW-9469: [Python] Make more objects weakrefable

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/_compute.pxd                |  2 +-
 python/pyarrow/_compute.pyx                |  8 ++---
 python/pyarrow/_csv.pxd                    |  3 +-
 python/pyarrow/_csv.pyx                    |  8 ++---
 python/pyarrow/_cuda.pxd                   |  4 +--
 python/pyarrow/_cuda.pyx                   |  4 +--
 python/pyarrow/_dataset.pyx                | 26 +++++++-------
 python/pyarrow/_flight.pyx                 | 56 +++++++++++++++---------------
 python/pyarrow/_fs.pxd                     |  6 ++--
 python/pyarrow/_fs.pyx                     |  6 ++--
 python/pyarrow/_json.pyx                   | 14 ++++----
 python/pyarrow/_orc.pyx                    |  4 +--
 python/pyarrow/_parquet.pyx                | 20 +++++------
 python/pyarrow/_plasma.pyx                 |  9 ++---
 python/pyarrow/array.pxi                   |  2 +-
 python/pyarrow/builder.pxi                 |  2 +-
 python/pyarrow/feather.pxi                 |  2 +-
 python/pyarrow/gandiva.pyx                 | 18 +++++-----
 python/pyarrow/io-hdfs.pxi                 |  4 +--
 python/pyarrow/io.pxi                      |  6 ++--
 python/pyarrow/ipc.pxi                     | 12 +++----
 python/pyarrow/lib.pxd                     | 47 +++++++++++++------------
 python/pyarrow/memory.pxi                  |  2 +-
 python/pyarrow/scalar.pxi                  |  2 +-
 python/pyarrow/serialization.pxi           |  4 +--
 python/pyarrow/tensor.pxi                  | 10 +++---
 python/pyarrow/tests/test_array.py         |  9 +++++
 python/pyarrow/tests/test_builder.py       | 10 ++++++
 python/pyarrow/tests/test_io.py            |  8 +++++
 python/pyarrow/tests/test_memory.py        |  5 +++
 python/pyarrow/tests/test_scalars.py       | 11 ++++++
 python/pyarrow/tests/test_schema.py        | 14 ++++++++
 python/pyarrow/tests/test_sparse_tensor.py |  6 ++++
 python/pyarrow/tests/test_table.py         | 16 +++++++++
 python/pyarrow/tests/test_tensor.py        |  6 ++++
 python/pyarrow/tests/test_types.py         | 21 +++++++++++
 python/pyarrow/types.pxi                   | 10 +++---
 37 files changed, 253 insertions(+), 144 deletions(-)

Reply via email to