yeskarthik commented on a change in pull request #35548:
URL: https://github.com/apache/spark/pull/35548#discussion_r809239092
##########
File path:
sql/core/src/main/scala/org/apache/spark/status/api/v1/sql/SqlResource.scala
##########
@@ -64,6 +66,33 @@ private[v1] class SqlResource extends BaseAppResource {
}
}
+ @GET
+ @Path("streamingqueries")
Review comment:
I'm afraid that will not be appropriate. That file contains the DStream
APIs which is completely different from the structured streaming ones. DStreams
already have such APIs. Structured streaming is part of the sql module and
that's why it is present in the URL as well.
--
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]