Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-49620][INFRA] Fix
spark-rm
and infra
docker files to creat…
…e `pypy3.9` links ### What changes were proposed in this pull request? This PR aims to fix two Dockerfiles to create `pypy3.9` symlinks instead of `pypy3.8`. https://github.com/apache/spark/blob/d2d293e3fb57d6c9dea084b5fe6707d67c715af3/dev/create-release/spark-rm/Dockerfile#L97 https://github.com/apache/spark/blob/d2d293e3fb57d6c9dea084b5fe6707d67c715af3/dev/infra/Dockerfile#L91 ### Why are the changes needed? Apache Spark 4.0 dropped `Python 3.8` support. We should make it sure that we don't use `pypy3.8` at all. - apache#46228 ### Does this PR introduce _any_ user-facing change? No. This is a dev-only change. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#48095 from dongjoon-hyun/SPARK-49620. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
- Loading branch information