Skip to content
Snippets Groups Projects
Commit 01403aa9 authored by hushan's avatar hushan Committed by Andrew Or
Browse files

[SPARK-11746][CORE] Use cache-aware method dependencies

a small change

Author: hushan <hushan@xiaomi.com>

Closes #9691 from suyanNone/unify-getDependency.
parent f7135ed7
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ class PartitionPruningRDD[T: ClassTag](
}
override protected def getPartitions: Array[Partition] =
getDependencies.head.asInstanceOf[PruneDependency[T]].partitions
dependencies.head.asInstanceOf[PruneDependency[T]].partitions
}
......
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