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

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


    from 2f3f41f05e GH-34334: [Go][CSV] Support list fields (#34343)
     add 1706b095d6 GH-31905: [DevTools] Add linting to Cython files (#14662)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |  5 ++++
 dev/archery/archery/lang/python.py                 |  5 ++++
 dev/archery/archery/utils/lint.py                  | 26 +++++++++++++++++++-
 dev/archery/setup.py                               |  4 +++-
 python/examples/plasma/sorting/multimerge.pyx      |  1 -
 python/pyarrow/_compute.pyx                        |  3 +--
 python/pyarrow/_csv.pyx                            | 28 ++++++++++++++++++----
 python/pyarrow/_cuda.pyx                           |  4 +---
 python/pyarrow/_dataset.pyx                        | 11 +--------
 python/pyarrow/_dataset_parquet.pyx                |  3 +--
 python/pyarrow/_exec_plan.pyx                      |  6 +----
 python/pyarrow/_flight.pyx                         |  7 +-----
 python/pyarrow/_fs.pyx                             |  3 ---
 python/pyarrow/_gcsfs.pyx                          |  5 ++--
 python/pyarrow/_hdfs.pyx                           |  1 -
 python/pyarrow/_hdfsio.pyx                         |  2 --
 python/pyarrow/_json.pyx                           |  5 ++--
 python/pyarrow/_orc.pyx                            |  6 +----
 python/pyarrow/_parquet.pyx                        | 13 ++--------
 python/pyarrow/_parquet_encryption.pyx             |  9 +------
 python/pyarrow/_plasma.pyx                         |  8 +++----
 python/pyarrow/_s3fs.pyx                           | 10 ++++----
 python/pyarrow/_substrait.pyx                      |  7 +++---
 python/pyarrow/gandiva.pyx                         | 11 +++------
 python/pyarrow/includes/libarrow.pxd               |  3 ++-
 python/pyarrow/ipc.pxi                             |  2 +-
 python/pyarrow/lib.pyx                             |  1 -
 .../pyarrow/tests/bound_function_visit_strings.pyx |  1 -
 python/pyarrow/tests/extensions.pyx                |  1 -
 29 files changed, 93 insertions(+), 98 deletions(-)

Reply via email to