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

    https://github.com/apache/spark/pull/3262#discussion_r20400609
  
    --- Diff: core/src/main/scala/org/apache/spark/rdd/package.scala ---
    @@ -17,7 +17,34 @@
     
     package org.apache.spark
     
    +import scala.language.implicitConversions
    +import scala.reflect.ClassTag
    +
    +import org.apache.hadoop.io.Writable
    +
     /**
      * Provides several RDD implementations. See [[org.apache.spark.rdd.RDD]].
      */
    -package object rdd
    +package object rdd {
    +
    +  implicit def rddToPairRDDFunctions[K, V](rdd: RDD[(K, V)])
    --- End diff --
    
    would be great to add some comment mentioning the duplicate code in 
SparkContext and say pre-1.2, these were in SparkContext and users had to 
import SparkContext._


---
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