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

 ##########
 File path: 
sql/core/src/main/scala/org/apache/spark/sql/streaming/StreamingQuery.scala
 ##########
 @@ -161,4 +162,9 @@ trait StreamingQuery {
    * @since 2.0.0
    */
   def explain(extended: Boolean): Unit
+
+  /**
+   * Returns the total input records of this streaming query.
 
 Review comment:
   `QuerySummary` has been removed and all these UI data will be tracked in 
StreamingQueryListener. Mark this resolved.

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

Reply via email to