HyukjinKwon commented on code in PR #37629:
URL: https://github.com/apache/spark/pull/37629#discussion_r957209500
##########
python/pyspark/broadcast.py:
##########
@@ -214,7 +309,15 @@ def destroy(self, blocking: bool = False) -> None:
Parameters
----------
blocking : bool, optional
Review Comment:
```suggestion
blocking : bool, optional, default False
```
##########
python/pyspark/broadcast.py:
##########
@@ -214,7 +309,15 @@ def destroy(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]