bowenliang123 commented on code in PR #5025:
URL: https://github.com/apache/kyuubi/pull/5025#discussion_r1253876082
##########
externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/spark/ui/EnginePage.scala:
##########
@@ -72,7 +72,7 @@ case class EnginePage(parent: EngineTab) extends
WebUIPage("") {
}
<li>
<strong>Time since start: </strong>
- {formatDurationVerbose(timeSinceStart)}
Review Comment:
Yes, for `Time since start` , Spark uses `formatDurationVerbose`. But for
the duration in the table, `formatDuration` is used.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]