HyukjinKwon commented on code in PR #36086:
URL: https://github.com/apache/spark/pull/36086#discussion_r843663805
##########
python/pyspark/sql/streaming/listener.py:
##########
@@ -67,7 +67,7 @@ def onQueryStarted(self, event: "QueryStartedEvent") -> None:
-----
This is called synchronously with
:py:meth:`~pyspark.sql.streaming.DataStreamWriter.start`,
that is, `onQueryStart` will be called on all listeners before
`DataStreamWriter.start()`
- returns the corresponding :class:`~pyspark.streaming.StreamingQuery`.
+ returns the corresponding
:class:`~pyspark.sql.streaming.StreamingQuery`.
Review Comment:
I piggy-back some minor documentation fixes here.
--
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]