xinrong-databricks commented on code in PR #36086:
URL: https://github.com/apache/spark/pull/36086#discussion_r844211502
##########
python/pyspark/sql/streaming/listener.py:
##########
@@ -95,6 +95,13 @@ def onQueryTerminated(self, event: "QueryTerminatedEvent")
-> None:
"""
pass
+ def _set_jlistener(self, jlistener: JavaObject) -> None:
+ """
+ Used to keep the reference of JVM listener instance to be able to
remove later viz
Review Comment:
nit: ... to remove later vi**a**
--
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]