HyukjinKwon commented on code in PR #37593:
URL: https://github.com/apache/spark/pull/37593#discussion_r950765838
##########
python/pyspark/rdd.py:
##########
@@ -400,9 +501,41 @@ def unpersist(self: "RDD[T]", blocking: bool = False) ->
"RDD[T]":
Mark the RDD as non-persistent, and remove all blocks for it from
memory and disk.
- .. versionchanged:: 3.0.0
- Added optional argument `blocking` to specify whether to block
until all
- blocks are deleted.
+ .. versionadded:: 0.9.1
+
+ Parameters
+ ----------
+ blocking : bool, optional, default False
+ whether to block until all blocks are deleted
+
+ .. versionchanged:: 3.0.0
Review Comment:
```suggestion
.. versionadded:: 3.0.0
```
--
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]