spark.rdd
Represents a dependency between the PartitionPruningRDD and its parent. In this case, the child RDD contains a subset of partitions of the parents'.
Get the parent partitions for a child partition.
a partition of the child RDD
the partitions of the parent RDD that the child partition depends upon
Represents a dependency between the PartitionPruningRDD and its parent. In this case, the child RDD contains a subset of partitions of the parents'.