07ARB commented on issue #26259: [SPARK-29453][WEBUI] Improve tooltips 
information for SQL tab.
URL: https://github.com/apache/spark/pull/26259#issuecomment-552126964
 
 
   @srowen , this is how we are calculating duration 
   val duration = executionUIData.completionTime.map(_.getTime())
         .getOrElse(currentTime) - submissionTime 
   
   and i referred this PR [SPARK-29019][WebUI] Improve tooltip JDBC/ODBC Server 
tab #25723
    
   Tooltips  for "Duration": "Difference between sql query execution finish 
time and submission time".
   
   If this suggestion ok then i will submit PR for this
    

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