[SPARK-52972][PYTHON][INFRA] Remove the testing image for python 3.9#51682
Closed
zhengruifeng wants to merge 1 commit intoapache:masterfrom
Closed
[SPARK-52972][PYTHON][INFRA] Remove the testing image for python 3.9#51682zhengruifeng wants to merge 1 commit intoapache:masterfrom
zhengruifeng wants to merge 1 commit intoapache:masterfrom
Conversation
HyukjinKwon
approved these changes
Jul 28, 2025
dongjoon-hyun
approved these changes
Jul 28, 2025
Member
dongjoon-hyun
left a comment
There was a problem hiding this comment.
What happens for branch-4.0? I guess it builds and use its own Python 3.9 image via the following, @zhengruifeng ?
xinrong-meng
approved these changes
Jul 28, 2025
Contributor
Author
branch-4.0 should use its own image, but I am not sure whether this cache workflow is still used in 4.0. maybe we can just add a comment in the imagefile that it is not used since 4.1? |
Contributor
Author
|
@dongjoon-hyun after some investigation, I think it won't affect 4.0 if we don't plan to upgrade this image for 4.0. |
Contributor
Author
|
thanks all, merged to master |
Member
|
Sure. Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Remove the testing image for python 3.9
Why are the changes needed?
Python 3.9 support has been dropped
Does this PR introduce any user-facing change?
No
How was this patch tested?
CI
Was this patch authored or co-authored using generative AI tooling?
No