HyukjinKwon opened a new pull request, #36086: URL: https://github.com/apache/spark/pull/36086
### What changes were proposed in this pull request? SPARK-38759 added `StreamingQueryManager.addListener`. This PR adds the ability to remove it back. ### Why are the changes needed? To be able to remove the listener added. ### Does this PR introduce _any_ user-facing change? Yes, now users can remove the listener added in PySpark via `spark.streams.removeListener(...)` ### How was this patch tested? Manually tested, and unittest was added. -- 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]
