-
Notifications
You must be signed in to change notification settings - Fork 29.4k
[SPARK-59458][YARN] Fix 'propogate' typos in YarnAllocator comments - #58757
Open
uros-b wants to merge 1 commit into
Open
[SPARK-59458][YARN] Fix 'propogate' typos in YarnAllocator comments #58757uros-b wants to merge 1 commit into
uros-b wants to merge 1 commit into
Conversation
uros-b
uros-b
commented
Sep 12, 2026
@uros-b
uros-b
left a comment
Member
Author
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Waiting for CI here.
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?
Three comments in
YarnAllocatormisspell "propagate" as "propogate" -- in the block that explains how resources are propagated to YARN for the default versus customResourceProfiles. This corrects the spelling.Why are the changes needed?
They are plain misspellings in code comments; fixing them improves readability. Comment-only, no code change.
Does this PR introduce any user-facing change?
No. Comment-only.
How was this patch tested?
N/A -- comment-only change.
Was this patch authored or co-authored using generative AI tooling?
Generated-by: Claude Code (Opus 4.8)