seanli-rallyhealth commented on a change in pull request #26859:
[SPARK-29455][WEBUI] Improve tooltip information for Stages
URL: https://github.com/apache/spark/pull/26859#discussion_r357304200
##########
File path: core/src/main/scala/org/apache/spark/ui/jobs/StageTable.scala
##########
@@ -183,7 +183,8 @@ private[ui] class StagePagedTable(
Seq(("Stage Id", null, true)) ++
{if (isFairScheduler) {Seq(("Pool Name", null, true))} else Seq.empty} ++
Seq(
- ("Description", null, true), ("Submitted", null, true), ("Duration",
null, true),
+ ("Description", null, true), ("Submitted", null, true),
Review comment:
why not break to one tuple each line?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]