HyukjinKwon commented on a change in pull request #33567:
URL: https://github.com/apache/spark/pull/33567#discussion_r679050790
##########
File path: .github/workflows/build_and_test.yml
##########
@@ -244,6 +244,8 @@ jobs:
pyspark-coursier-
- name: List Python packages (Python 3.9)
run: |
+ # TODO(SPARK-36345): We can remove the pip install here, by creating
the image that already has both package installed.
Review comment:
```suggestion
# TODO(SPARK-36345): Install mlflow>=1.0 and sklearn in Python 3.9
of the base image
```
--
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]