iRakson commented on a change in pull request #26467: [SPARK-29477]Improve 
tooltip for Streaming tab
URL: https://github.com/apache/spark/pull/26467#discussion_r351825474
 
 

 ##########
 File path: 
streaming/src/test/scala/org/apache/spark/streaming/UISeleniumSuite.scala
 ##########
 @@ -151,8 +151,9 @@ class UISeleniumSuite
         summaryText should contain ("Total delay:")
 
         findAll(cssSelector("""#batch-job-table th""")).map(_.text).toSeq 
should be {
-          List("Output Op Id", "Description", "Output Op Duration", "Status", 
"Job Id",
-            "Job Duration", "Stages: Succeeded/Total", "Tasks (for all 
stages): Succeeded/Total",
+          List("Output Op Id", "Description", "Output Op Duration (?)", 
"Status", "Job Id",
 
 Review comment:
   "(?)" is superscript for Output Op Duration and Job Duration. This 
superscript got added when adding the tooltip. The same convention is followed 
for each page of streaming tab.

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