Github user pwendell commented on a diff in the pull request:

    https://github.com/apache/spark/pull/1498#discussion_r15569659
  
    --- Diff: core/src/main/scala/org/apache/spark/Dependency.scala ---
    @@ -36,20 +38,24 @@ abstract class Dependency[T](val rdd: RDD[T]) extends 
Serializable
      * partition of the child RDD.  Narrow dependencies allow for pipelined 
execution.
      */
     @DeveloperApi
    -abstract class NarrowDependency[T](rdd: RDD[T]) extends Dependency(rdd) {
    +abstract class NarrowDependency[T](_rdd: RDD[T]) extends Dependency[T] {
    --- End diff --
    
    just FYI - this is an API breaking change... probably not a huge deal, but 
FYI


---
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.
---

Reply via email to