HeartSaVioR commented on a change in pull request #26201: [SPARK-29543][SS][UI]
Init structured streaming ui
URL: https://github.com/apache/spark/pull/26201#discussion_r350006198
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/execution/streaming/StreamingQueryWrapper.scala
##########
@@ -104,4 +104,8 @@ class StreamingQueryWrapper(@transient private val
_streamingQuery: StreamExecut
override def exception: Option[StreamingQueryException] = {
streamingQuery.exception
}
+
+ override def getQuerySummary: QuerySummary = {
Review comment:
So this is the different path with retrieving the status from
`recentProgress`, existing one denotes "batches", and new one denotes "overall
query".
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]