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 3eb5673  MINOR: [C++] Minor comment fix
     add 6ab947b  ARROW-15321: [Dev][Python] Also numpydoc-validate 
Cython-generated methods

No new revisions were added by this update.

Summary of changes:
 .github/workflows/docs_light.yml   |  10 +-
 dev/archery/archery/cli.py         |  16 +-
 dev/archery/archery/compat.py      |  15 ++
 dev/archery/archery/lang/python.py |  26 +++-
 dev/archery/archery/utils/lint.py  |   3 +-
 docker-compose.yml                 |   2 +-
 python/pyarrow/_compute.pyx        |  78 +++++++++-
 python/pyarrow/_dataset.pyx        | 302 +++++++++++++++++++++++--------------
 python/pyarrow/_fs.pyx             |  12 +-
 python/pyarrow/_parquet.pyx        |  62 ++++++--
 python/pyarrow/_plasma.pyx         |   9 +-
 python/pyarrow/array.pxi           | 151 +++++++++++++++++--
 python/pyarrow/io.pxi              |  56 +++++--
 python/pyarrow/ipc.pxi             |  24 ++-
 python/pyarrow/scalar.pxi          |   9 ++
 python/pyarrow/table.pxi           | 191 +++++++++++++++++++----
 python/pyarrow/tensor.pxi          |  27 +++-
 python/pyarrow/types.pxi           |  96 ++++++++++--
 18 files changed, 851 insertions(+), 238 deletions(-)

Reply via email to