zhengruifeng commented on code in PR #42891:
URL: https://github.com/apache/spark/pull/42891#discussion_r1325205015
##########
python/pyspark/testing/utils.py:
##########
@@ -80,7 +83,7 @@ def eventually(condition, timeout=30.0,
catch_assertions=False):
----------
condition : function
Function that checks for termination conditions. condition() can
return:
- - True: Conditions met. Return without error.
+ - True or None: Conditions met. Return without error.
Review Comment:
@HyukjinKwon I made a change here, so that we don't need `return True` for
most cases in the future.
--
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]