wForget commented on code in PR #5875:
URL: https://github.com/apache/kyuubi/pull/5875#discussion_r1430914275


##########
kyuubi-server/src/main/scala/org/apache/kyuubi/events/KyuubiOperationEvent.scala:
##########
@@ -60,7 +61,8 @@ case class KyuubiOperationEvent private (
     sessionUser: String,
     sessionType: String,
     kyuubiInstance: String,
-    metrics: Map[String, String]) extends KyuubiEvent {
+    metrics: Map[String, String],
+    progress: OperationProgress) extends KyuubiEvent {

Review Comment:
   `KyuubiOperationEvent` is only updated when the operation status changes, so 
it is not real-time.



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