rangadi commented on code in PR #40691:
URL: https://github.com/apache/spark/pull/40691#discussion_r1162086693
##########
python/pyspark/sql/streaming/query.py:
##########
@@ -330,7 +335,8 @@ def stop(self) -> None:
Stop streaming query
>>> sq.stop()
- >>> sq.isActive
+
+ >>> sq.isActive # doctest: +SKIP
Review Comment:
Is see, please add a TODO here with a brief comment.
--
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]