Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-33565][PYTHON][BUILD] Configure Python3.9 in python run-tests.py
### What changes were proposed in this pull request? - Remove temporary workaround in run-tests - Move the workaround to python/run-tests.py ### Why are the changes needed? As the note mentioned: > Python 3.9 was temporarily removed as its default Python executables to test because of Jenkins environment issue. Once Jenkins has Python 3.9 to test, we should remove this change back and add python3.9 into python/run-tests.py script. This cleanup will also help to user only run python/run-tests.py with `python3.9` and also `pypy3` as default. ### Does this PR introduce _any_ user-facing change? It marks `python3.9` and `pypy3` as default test runner python executors. ### How was this patch tested? CI passed, and PySpark test are still running under python3.9 and pypy3. Closes apache#35087 from Yikun/SPARK-33565. Authored-by: Yikun Jiang <[email protected]> Signed-off-by: Hyukjin Kwon <[email protected]>
- Loading branch information