Ryszard T. Kaleta

Results 1 issues of Ryszard T. Kaleta

Hi, thanks for writing the notebooks. In the [introduction](https://jaceklaskowski.gitbooks.io/mastering-apache-spark/spark-rdd-partitions.html) to RDD partitioning you mention that the `filter` operation does not preserve partitioning. But I'm looking at the [source code](https://github.com/apache/spark/blob/master/core/src/main/scala/org/apache/spark/rdd/RDD.scala#L387) where...