dongjoon-hyun commented on code in PR #42664:
URL: https://github.com/apache/spark/pull/42664#discussion_r1304933509


##########
connector/connect/client/jvm/src/main/scala/org/apache/spark/sql/streaming/progress.scala:
##########
@@ -181,6 +181,7 @@ class StreamingQueryProgress private[spark] (
       ("name" -> JString(name)) ~
       ("timestamp" -> JString(timestamp)) ~
       ("batchId" -> JInt(batchId)) ~
+      ("batchDuration" -> JInt(batchDuration)) ~

Review Comment:
   Thank you for making a new PR.
   
   However, given the previous discussion on SPARK-44484. We cannot backport a 
new feature like this under a different `Tests for foreachBatch and Listener` 
title.
   
   - https://github.com/apache/spark/pull/42077



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