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

    https://github.com/apache/spark/pull/8511#discussion_r38265746
  
    --- Diff: 
core/src/main/scala/org/apache/spark/rdd/MapPartitionsWithPreparationRDD.scala 
---
    @@ -24,6 +24,8 @@ import org.apache.spark.{Partition, Partitioner, 
TaskContext}
     /**
      * An RDD that applies a user provided function to every partition of the 
parent RDD, and
      * additionally allows the user to prepare each partition before computing 
the parent partition.
    + *
    + * TODO(davies): remove this once SPARK-10342 is fixed
    --- End diff --
    
    Based on this comment, it is not clear what need to be removed (remove this 
class or remove changes of this PR). Can you add a comment in SPARK-10342 about 
what need to be removed?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to