You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by dongjoon-hyun <gi...@git.apache.org> on 2018/11/07 06:15:31 UTC

[GitHub] spark pull request #15899: [SPARK-18466] added withFilter method to RDD

Github user dongjoon-hyun commented on a diff in the pull request:

    https://github.com/apache/spark/pull/15899#discussion_r231389555
  
    --- Diff: core/src/main/scala/org/apache/spark/rdd/RDD.scala ---
    @@ -387,6 +387,14 @@ abstract class RDD[T: ClassTag](
           preservesPartitioning = true)
       }
     
    +  /**
    +    * Return a new RDD containing only the elements that satisfy a predicate.
    --- End diff --
    
    Hi, @reggert . 
    Could you fix the indentation?


---

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