HyukjinKwon commented on a change in pull request #29253:
URL: https://github.com/apache/spark/pull/29253#discussion_r460627419
##########
File path: appveyor.yml
##########
@@ -57,6 +57,8 @@ 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
Review comment:
I am adding this change together to fix AppVeyor build.
----------------------------------------------------------------
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]