HyukjinKwon commented on code in PR #40691:
URL: https://github.com/apache/spark/pull/40691#discussion_r1162175072


##########
python/pyspark/sql/streaming/query.py:
##########
@@ -188,7 +192,7 @@ def awaitTermination(self, timeout: Optional[int] = None) 
-> Optional[bool]:
 
         Return whether the query has terminated or not within 5 seconds
 
-        >>> sq.awaitTermination(5)
+        >>> sq.awaitTermination(5) # doctest: +SKIP

Review Comment:
   If we're absolutely sure that we will enable this back very soon, I am fine. 
As @rangadi said, I tried my best to avoid skipping the tests, but I did few 
times when I am about to enable it back very soon.



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to