jerryshao commented on a change in pull request #201: [LIVY-639] add start time 
and completion time and duration to the statements web ui
URL: https://github.com/apache/incubator-livy/pull/201#discussion_r316955965
 
 

 ##########
 File path: repl/src/main/scala/org/apache/livy/repl/Session.scala
 ##########
 @@ -147,6 +148,10 @@ class Session(
     _statements.toMap
   }
 
+  def nowTime(): Long = {
+    return System.currentTimeMillis()
+  }
 
 Review comment:
   No need to add this method to simply wrap `System.currentTimeMillis()`.

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

Reply via email to