ueshin commented on a change in pull request #32657:
URL: https://github.com/apache/spark/pull/32657#discussion_r639118492
##########
File path: .github/workflows/build_and_test.yml
##########
@@ -217,6 +217,16 @@ jobs:
run: |
python3.6 -m pip install numpy 'pyarrow<3.0.0' pandas scipy xmlrunner
plotly>=4.8
python3.6 -m pip list
+ # TODO(SPARK-35507) Move Python 3.9 installtation to the docker image
Review comment:
@dongjoon-hyun if you manage py 3.9 in the docker image, may I ask you
to install pip or a way to list installed libraries as well? Then we can list
the libraries easily and it helps debugging as @xinrong-databricks is trying at
#32663. Anyway, it's up to you. :)
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]