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 646a85e  ARROW-14206: [Go][CI] Fix build on s390x and ARM
     add 0dfe592  ARROW-13637: [Python] Fix docstrings

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/_compute.pyx          |  45 +++++++++
 python/pyarrow/_csv.pyx              |  85 +++++++++--------
 python/pyarrow/_cuda.pyx             |   3 +-
 python/pyarrow/_dataset.pyx          | 164 ++++++++++++++++++++++++++++---
 python/pyarrow/_fs.pyx               |  87 ++++++++++++++---
 python/pyarrow/_json.pyx             |  20 ++--
 python/pyarrow/_s3fs.pyx             |  39 +++++---
 python/pyarrow/array.pxi             |  11 ++-
 python/pyarrow/compute.py            |  16 ++--
 python/pyarrow/error.pxi             |   2 +-
 python/pyarrow/feather.py            |   2 +-
 python/pyarrow/fs.py                 |   6 ++
 python/pyarrow/io.pxi                | 123 ++++++++++++++++++++++--
 python/pyarrow/ipc.pxi               |  44 ++++++++-
 python/pyarrow/ipc.py                |   2 +-
 python/pyarrow/lib.pyx               |   5 +
 python/pyarrow/memory.pxi            |  18 ++++
 python/pyarrow/parquet.py            |  70 ++++++++++----
 python/pyarrow/scalar.pxi            |   4 +-
 python/pyarrow/serialization.pxi     |  14 +--
 python/pyarrow/table.pxi             |   8 +-
 python/pyarrow/tensor.pxi            | 135 +++++++++++++++++++++++++-
 python/pyarrow/tests/test_compute.py |  11 ++-
 python/pyarrow/types.pxi             |  67 +++++++++++--
 python/pyarrow/types.py              | 180 +++++++++++++++++++++++++++++++++++
 25 files changed, 996 insertions(+), 165 deletions(-)

Reply via email to