HeartSaVioR commented on code in PR #40845:
URL: https://github.com/apache/spark/pull/40845#discussion_r1171834142
##########
python/pyspark/sql/streaming/listener.py:
##########
@@ -87,6 +91,14 @@ def onQueryProgress(self, event: "QueryProgressEvent") ->
None:
"""
pass
+ @abstractmethod
+ def onQueryIdle(self, event: "QueryIdleEvent") -> None:
+ """
+ Called when the query is idle for a certain time period and waiting
for new data to
Review Comment:
Yeah maybe better to explicitly mention about config. Shouldn't be risky as
config is another form of public API which we don't change. Will do.
--
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]