juliuszsompolski commented on a change in pull request #25723: 
[SPARK-29019][WebUI] Improve tooltip JDBC/ODBC Server tab
URL: https://github.com/apache/spark/pull/25723#discussion_r322657696
 
 

 ##########
 File path: core/src/main/scala/org/apache/spark/ui/ToolTips.scala
 ##########
 @@ -99,4 +99,15 @@ private[spark] object ToolTips {
        dynamic allocation is enabled. The number of granted executors may 
exceed the limit
        ephemerally when executors are being killed.
     """
+  val THRIFT_SERVER_FINISH_TIME =
+    "Finish time of the execution, before fetching the results"
+
+  val THRIFT_SERVER_CLOSE_TIME =
+    "Close time of the process after fetching the results"
 
 Review comment:
   Maybe `process` -> `statement` or `operation`?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to