rok commented on code in PR #48618:
URL: https://github.com/apache/arrow/pull/48618#discussion_r2722102395
##########
.github/workflows/python.yml:
##########
@@ -239,6 +239,11 @@ jobs:
- name: Test
shell: bash
run: ci/scripts/python_test.sh $(pwd) $(pwd)/build
+ - name: Test annotations
+ shell: bash
+ env:
+ PYARROW_TEST_ANNOTATIONS: "ON"
+ run: ci/scripts/python_test_type_annotations.sh $(pwd)/python
Review Comment:
Oh wait, we need compiled pyarrow to run type annotation checks against and
that is not practical for pre-commit.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]