HyukjinKwon commented on code in PR #37629:
URL: https://github.com/apache/spark/pull/37629#discussion_r957208774
##########
python/pyspark/broadcast.py:
##########
@@ -195,7 +282,15 @@ def unpersist(self, blocking: bool = False) -> None:
Parameters
----------
blocking : bool, optional
Review Comment:
```suggestion
blocking : bool, optional, default False
```
##########
python/pyspark/broadcast.py:
##########
@@ -195,7 +282,15 @@ def unpersist(self, blocking: bool = False) -> None:
Parameters
----------
blocking : bool, optional
- Whether to block until unpersisting has completed
+ Whether to block until unpersisting has completed, default `False`.
Review Comment:
```suggestion
Whether to block until unpersisting has completed.
```
--
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]