07ARB commented on a change in pull request #26259: [SPARK-29453][WEBUI] 
Improve tooltips information for SQL tab.
URL: https://github.com/apache/spark/pull/26259#discussion_r339311994
 
 

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/execution/ui/AllExecutionsPage.scala
 ##########
 @@ -397,9 +408,16 @@ private[ui] class ExecutionPagedTable(
 
     val desc = if (execution.description != null && 
execution.description.nonEmpty) {
       <a href={executionURL(execution.executionId)} class="description-input">
-        {execution.description}</a>
+        <span
+        data-toggle="tooltip" data-placement="top" title="Click to navigate 
query details page.">
+          {execution.description}
+        </span></a>
 
 Review comment:
   I think yes, because there link is getting displayed, which is accessible. 

----------------------------------------------------------------
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]

Reply via email to