mukulmurthy opened a new pull request #25518: [SPARK-26046][SS] Add StreamingQueryManager.listListeners() URL: https://github.com/apache/spark/pull/25518 ### What changes were proposed in this pull request? Add a removeAllListeners() method to StreamingQueryManager that removes all StreamingQueryListeners that have been added to that manager. ### Why are the changes needed? https://github.com/apache/spark/commit/9690eba16efe6d25261934d8b73a221972b684f3 added a removeAllListeners() API to ListenerBus. StreamingQueryManager already has an API to remove a listener; this change leverages the above change to add a way to remove all listeners. ### Does this PR introduce any user-facing change? No ### How was this patch tested? New and existing unit tests
---------------------------------------------------------------- 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]
