Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Sep 12, 2024

What changes were proposed in this pull request?

This PR aims to fix two Dockerfiles to create pypy3.9 symlinks instead of pypy3.8.

ln -sf /usr/local/pypy/pypy3.9/bin/pypy /usr/local/bin/pypy3.8 && \

ln -sf /usr/local/pypy/pypy3.9/bin/pypy /usr/local/bin/pypy3.8 && \

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.

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.

@dongjoon-hyun
Copy link
Member Author

Could you review this PR, @HyukjinKwon ?

@dongjoon-hyun
Copy link
Member Author

Thank you, @yaooqinn . Merged to master.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-49620 branch September 13, 2024 03:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants