wForget commented on code in PR #5875:
URL: https://github.com/apache/kyuubi/pull/5875#discussion_r1430908661
##########
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:
Why do we need to record progress in event? I think progress should be
fetched in real time instead of recorded in event.
--
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]