WeichenXu123 opened a new pull request #25289: [SPARK-27889] [Build] [Deploy] Make development scripts under dev/ support Python 3 URL: https://github.com/apache/spark/pull/25289 ## What changes were proposed in this pull request? I made an audit and verified that all dev scripts support python3. But, there're 2 places need update. 1) dev/run_tests.py first line change `python2` => `python` 2) python/run_tests.py `get_default_python_executables()` we need default test on python3, so I make it fallback to python3 if python3.6 not found. ## How was this patch tested? (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests) (If this patch involves UI changes, please attach a screenshot; otherwise, remove this) Please review https://spark.apache.org/contributing.html before opening a pull request.
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
