Github user mateiz commented on a diff in the pull request:
https://github.com/apache/spark/pull/1362#discussion_r15076921
--- Diff: core/src/main/scala/org/apache/spark/Dependency.scala ---
@@ -32,8 +32,6 @@ abstract class Dependency[T](val rdd: RDD[T]) extends
Serializable
/**
* :: DeveloperApi ::
- * Base class for dependencies where each partition of the parent RDD is
used by at most one
- * partition of the child RDD. Narrow dependencies allow for pipelined
execution.
--- End diff --
Sounds good.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---