zhengruifeng commented on code in PR #38253:
URL: https://github.com/apache/spark/pull/38253#discussion_r996895976
##########
.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:
got it, let me fix it
--
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]