HyukjinKwon edited a comment on pull request #29217:
URL: https://github.com/apache/spark/pull/29217#issuecomment-663804755


   I think it's okay. Installing Python 3.8 in GitHub Actions overwrites 
`python3`. So, we won't face the tests being skipped even when we backport as 
long as there's the explicit Python 3 installation.
   
   I wouldn't say this is a GitHub specific issues. It was `python3.6` in the 
codes for Jenkins environment when I added. It was to explicitly pick a Python 
version but we're already using `python3` to pick Python 3 in many places in 
our script.
   
   It fixes the issue in GitHub Actions but also keep the codes consistent with 
other places. Plus, it will reduce overhead of maintenance when we drop or 
deprecate minor Python version. 


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to