srowen commented on a change in pull request #26641: [SPARK-29453][WEBUI]
Improve tooltips information for SQL tab.
URL: https://github.com/apache/spark/pull/26641#discussion_r351509960
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/ui/AllExecutionsPage.scala
##########
@@ -324,7 +324,15 @@ private[ui] class ExecutionPagedTable(
<th>
<a href={headerLink}>
+ {if (header == "Duration") {
+ <span data-toggle="tooltip" data-placement="top"
+ title="Time from query submission to completion
+ (or if still executing, time since submission)">
Review comment:
Indent this more
----------------------------------------------------------------
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]