HyukjinKwon commented on a change in pull request #29253:
URL: https://github.com/apache/spark/pull/29253#discussion_r460637581
##########
File path: appveyor.yml
##########
@@ -57,6 +57,10 @@ environment:
# "(converted from warning) unable to identify current timezone 'C':" for an
unknown reason.
# This environment variable works around to test SparkR against a higher
version.
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
+ # AppVeyor does not have python3 yet which is used by default.
+ PYSPARK_PYTHON: python
+ # TODO(SPARK-32453): Remove SPARK_SCALA_VERSION environment and let
load-spark-env scripts detect it.
+ SPARK_SCALA_VERSION: 2.12
Review comment:
I'm testing now.. :). If it needs a more complicated fix, I'll just
revert this bit and merge.
----------------------------------------------------------------
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]