xuanyuanking 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_r369364138
##########
File path:
sql/core/src/main/scala/org/apache/spark/sql/internal/SharedState.scala
##########
@@ -138,6 +141,19 @@ private[sql] class SharedState(
statusStore
}
+ /**
+ * A [[StreamingQueryListener]] for structured streaming ui, it contains all
streaming query ui
+ * data to show.
+ */
+ lazy val streamingQueryStatusListener: Option[StreamingQueryStatusListener] =
+ if (conf.get(UI_ENABLED)) {
Review comment:
Copy that.
----------------------------------------------------------------
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]