-
Couldn't load subscription status.
- Fork 28.9k
[CORE][MINOR] Correct a log message in DAGScheduler #25880
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
Conversation
core/src/main/scala/org/apache/spark/scheduler/DAGScheduler.scala
Outdated
Show resolved
Hide resolved
|
ok to test |
|
Test build #111112 has finished for PR 25880 at commit
|
|
It's fine but can you check if there are some other typos too while we're here? |
814cfad to
640b2c8
Compare
Yes, I have checked the whole project. |
|
Thank you for making PR, @mdianjun . |
|
Test build #111137 has finished for PR 25880 at commit
|
|
Merged to master and branch-2.4. |
### What changes were proposed in this pull request? Correct a word in a log message. ### Why are the changes needed? Log message will be more clearly. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Test is not needed. Closes #25880 from mdianjun/fix-a-word. Authored-by: madianjun <[email protected]> Signed-off-by: HyukjinKwon <[email protected]> (cherry picked from commit e2c4787) Signed-off-by: HyukjinKwon <[email protected]>
What changes were proposed in this pull request?
Correct a word in a log message.
Why are the changes needed?
Log message will be more clearly.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Test is not needed.