Github user jiangxb1987 commented on a diff in the pull request:

    https://github.com/apache/spark/pull/22112#discussion_r212368000
  
    --- Diff: core/src/main/scala/org/apache/spark/rdd/RDD.scala ---
    @@ -812,11 +813,13 @@ abstract class RDD[T: ClassTag](
        */
       private[spark] def mapPartitionsWithIndexInternal[U: ClassTag](
           f: (Int, Iterator[T]) => Iterator[U],
    -      preservesPartitioning: Boolean = false): RDD[U] = withScope {
    +      preservesPartitioning: Boolean = false,
    +      orderSensitiveFunc: Boolean = false): RDD[U] = withScope {
    --- End diff --
    
    nit: add param comment for `orderSensitiveFunc`


---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to