Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SPARK-50971][CORE] Combine the two retrievals of taskDescription in CoarseGrainedExecutorBackend#statusUpdate #49638

Closed
wants to merge 1 commit into from

Conversation

LuciferYang
Copy link
Contributor

What changes were proposed in this pull request?

This PR reduces the two retrievals of taskDescription in CoarseGrainedExecutorBackend#statusUpdate to one.

Why are the changes needed?

Combine the two retrievals of taskDescription in CoarseGrainedExecutorBackend#statusUpdate

Does this PR introduce any user-facing change?

No

How was this patch tested?

  • Pass GitHub Acitions

Was this patch authored or co-authored using generative AI tooling?

No

@github-actions github-actions bot added the CORE label Jan 24, 2025
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM. Thank you, @LuciferYang .
Merged to master/4.0.

dongjoon-hyun pushed a commit that referenced this pull request Jan 24, 2025
…n `CoarseGrainedExecutorBackend#statusUpdate`

### What changes were proposed in this pull request?
This PR reduces the two retrievals of `taskDescription` in `CoarseGrainedExecutorBackend#statusUpdate` to one.

### Why are the changes needed?
Combine the two retrievals of `taskDescription` in `CoarseGrainedExecutorBackend#statusUpdate`

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
- Pass GitHub Acitions

### Was this patch authored or co-authored using generative AI tooling?
No

Closes #49638 from LuciferYang/taskDescription.

Authored-by: yangjie01 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 1569c8a)
Signed-off-by: Dongjoon Hyun <[email protected]>
@LuciferYang
Copy link
Contributor Author

Thanks @dongjoon-hyun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants