HyukjinKwon commented on a change in pull request #33567:
URL: https://github.com/apache/spark/pull/33567#discussion_r678857540
##########
File path: .github/workflows/build_and_test.yml
##########
@@ -157,7 +157,7 @@ jobs:
- name: Install Python packages (Python 3.8)
if: (contains(matrix.modules, 'sql') && !contains(matrix.modules,
'sql-'))
run: |
- python3.8 -m pip install numpy 'pyarrow<5.0.0' pandas scipy xmlrunner
+ python3.8 -m pip install numpy 'pyarrow<5.0.0' pandas scipy xmlrunner
'mlflow>=1.0' sklearn
Review comment:
can you install it in pyspark job?
--
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]