This is an automated email from the ASF dual-hosted git repository.
rok pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from a82edf90ce GH-49081: [C++][Parquet] Correct variant's extension name
(#49082)
add bb81a6eeee GH-49102: [CI] Add type checking infrastructure and CI
workflow for type annotations (#48618)
No new revisions were added by this update.
Summary of changes:
.pre-commit-config.yaml | 2 +
ci/conda_env_python.txt | 1 +
ci/scripts/python_build.sh | 1 +
...all_ceph.sh => python_test_type_annotations.sh} | 20 +-
ci/scripts/python_wheel_validate_contents.py | 2 +-
compose.yaml | 3 +-
docs/source/developers/python/development.rst | 68 ++++++
python/MANIFEST.in | 1 +
.../pyarrow-stubs/pyarrow/__init__.pyi | 31 +--
.../pyarrow/py.typed | 0
python/pyproject.toml | 40 +++-
python/requirements-build.txt | 1 +
python/requirements-wheel-build.txt | 2 +
python/scripts/update_stub_docstrings.py | 228 +++++++++++++++++++++
python/setup.py | 43 ++++
15 files changed, 413 insertions(+), 30 deletions(-)
copy ci/scripts/{install_ceph.sh => python_test_type_annotations.sh} (64%)
copy ci/conda_env_archery.txt => python/pyarrow-stubs/pyarrow/__init__.pyi
(69%)
copy cpp/build-support/ubsan-suppressions.txt => python/pyarrow/py.typed (100%)
create mode 100644 python/scripts/update_stub_docstrings.py