HyukjinKwon commented on code in PR #38253:
URL: https://github.com/apache/spark/pull/38253#discussion_r996888620
##########
.github/workflows/build_and_test.yml:
##########
@@ -601,6 +607,8 @@ jobs:
run: ./dev/lint-java
- name: Python linter
run: PYTHON_EXECUTABLE=python3.9 ./dev/lint-python
+ - name: Python code generation check
+ run: PATH=$PATH:$HOME/buf/bin PYTHON_EXECUTABLE=python3.9
./dev/check-codegen-python.py
Review Comment:
Let's skip this test if the script doesn't exist. This workflow runs in
branch-3.2 and 3.3 too (see
https://github.com/apache/spark/actions/runs/3263093569/jobs/5361307965)
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]