-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-7534][Core][WebUI] Fix the Stage table when a stage is missing #6061
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
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32410 has started for PR 6061 at commit |
|
LGTM, merging into master 1.4 once tests pass |
|
Test build #32410 has finished for PR 6061 at commit
|
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
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.
Super nit, but does this need to change? It seems like changing it to "-" is inconsistent with the way we handle other missing information (e.g., when there's no shuffle read data, we leave it blank, instead of having "-")
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.
Updated.
|
Merged build triggered. |
|
Merged build started. |
|
Test build #32458 has started for PR 6061 at commit |
|
Test build #32458 has finished for PR 6061 at commit
|
|
Merged build finished. Test PASSed. |
|
Test PASSed. |
|
Ok, merging into master 1.4 for real. |
Just improved the Stage table when a stage is missing. Before:  After:  Author: zsxwing <[email protected]> Closes #6061 from zsxwing/SPARK-7534 and squashes the following commits: 09fe862 [zsxwing] Leave it blank rather than '-' 6299197 [zsxwing] Fix the Stage table when a stage is missing
Just improved the Stage table when a stage is missing. Before:  After:  Author: zsxwing <[email protected]> Closes apache#6061 from zsxwing/SPARK-7534 and squashes the following commits: 09fe862 [zsxwing] Leave it blank rather than '-' 6299197 [zsxwing] Fix the Stage table when a stage is missing
Just improved the Stage table when a stage is missing. Before:  After:  Author: zsxwing <[email protected]> Closes apache#6061 from zsxwing/SPARK-7534 and squashes the following commits: 09fe862 [zsxwing] Leave it blank rather than '-' 6299197 [zsxwing] Fix the Stage table when a stage is missing
Just improved the Stage table when a stage is missing. Before:  After:  Author: zsxwing <[email protected]> Closes apache#6061 from zsxwing/SPARK-7534 and squashes the following commits: 09fe862 [zsxwing] Leave it blank rather than '-' 6299197 [zsxwing] Fix the Stage table when a stage is missing
Just improved the Stage table when a stage is missing.
Before:
After: