Skip to content
Snippets Groups Projects
Commit 6289d965 authored by Reynold Xin's avatar Reynold Xin
Browse files

Removed the TODO comment from PartitionPruningRDD.

parent 5b0fc265
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,6 @@ import spark.{PruneDependency, RDD, SparkEnv, Split, TaskContext}
* all partitions. An example use case: If we know the RDD is partitioned by range,
* and the execution DAG has a filter on the key, we can avoid launching tasks
* on partitions that don't have the range covering the key.
*
* TODO: This currently doesn't give partition IDs properly!
*/
class PartitionPruningRDD[T: ClassManifest](
@transient prev: RDD[T],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment