pan3793 commented on code in PR #2860:
URL: https://github.com/apache/incubator-kyuubi/pull/2860#discussion_r895212111


##########
kyuubi-server/src/main/scala/org/apache/kyuubi/events/KyuubiSessionEvent.scala:
##########
@@ -52,7 +52,8 @@ case class KyuubiSessionEvent(
     var engineId: String = "",
     var openedTime: Long = -1L,
     var endTime: Long = -1L,
-    var totalOperations: Int = 0) extends KyuubiEvent {
+    var totalOperations: Int = 0,
+    var exception: Option[Throwable] = None) extends KyuubiEvent {

Review Comment:
   The scaladoc is outdated



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

Reply via email to