HyukjinKwon commented on code in PR #37517:
URL: https://github.com/apache/spark/pull/37517#discussion_r945727057
##########
python/pyspark/context.py:
##########
@@ -1520,6 +2214,29 @@ def runJob(
If 'partitions' is not specified, this will run over all partitions.
+ .. versionadded:: 1.1.0
+
+ Parameters
+ ----------
+ rdd : :py:class:`pyspark.RDD`
+ target RDD to run tasks on
+ partitionFunc : function
+ a function to run on each partition of the RDD
+ partitions : list, optional, default None
Review Comment:
```suggestion
partitions : list, optional
```
--
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]