Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-50477][INFRA][FOLLOW-UP] Python 3.9 testing image clean up
### What changes were proposed in this pull request? 1, `Python 3.9` was installed twice; 2, add `apt-get autoremove` and `apt-get clean`; 3, explicitly install `tzdata` which is needed for timezone related test (it was installed with python 3.9) ### Why are the changes needed? clean up ### Does this PR introduce _any_ user-facing change? no, infra-only ### How was this patch tested? PR builder with ``` default: '{"PYSPARK_IMAGE_TO_TEST": "python-309", "PYTHON_TO_TEST": "python3.9"}' ``` https://github.com/zhengruifeng/spark/runs/34168664848 ### Was this patch authored or co-authored using generative AI tooling? no Closes #49123 from zhengruifeng/py_image_309_followup. Authored-by: Ruifeng Zheng <ruifengz@apache.org> Signed-off-by: Ruifeng Zheng <ruifengz@apache.org>
- Loading branch information