HyukjinKwon commented on a change in pull request #32649:
URL: https://github.com/apache/spark/pull/32649#discussion_r642711442
##########
File path: .github/workflows/build_and_test.yml
##########
@@ -215,7 +215,7 @@ jobs:
# Ubuntu 20.04. See also SPARK-33162.
- name: Install Python packages (Python 3.6)
run: |
- python3.6 -m pip install numpy 'pyarrow<3.0.0' pandas scipy xmlrunner
+ python3.6 -m pip install numpy 'pyarrow<3.0.0' pandas scipy xmlrunner
plotly>=4.8
Review comment:
Oh i should have clarified it.now python 3.9 has to have this since we
don't run he pyspark tests with python 3.8 anymore in the master branch, and
pandas on Spark is only in the master branch.
--
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]