[SPARK-59184][BUILD] Cleanup remaining references to Python 3.10 or earlier - #58480
Open
nchammas wants to merge 1 commit into
Open
[SPARK-59184][BUILD] Cleanup remaining references to Python 3.10 or earlier#58480nchammas wants to merge 1 commit into
nchammas wants to merge 1 commit into
Conversation
dongjoon-hyun
requested changes
Sep 2, 2026
dongjoon-hyun
left a comment
Member
There was a problem hiding this comment.
If you don't mind, please file a new JIRA issue for this, @nchammas .
Contributor
Author
|
OK done. For the future, could you elaborate on why this needs a new ticket vs. a follow-up to the existing one? |
Member
Let me ask you why you think removing |
Contributor
Author
That's a minor drive-by cleanup that is topically related. I didn't think it was a big deal to include. |
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?
Why are the changes needed?
docsjob overrides the Python 3.9 env vars with Python 3.12 in a later step. It's confusing to have both specified in the same job when only the latter is what's intended.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.