Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mengxr committed Mar 13, 2014
1 parent d2a600d commit 5ee6001
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/main/scala/org/apache/spark/rdd/SlidedRDD.scala
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,6 @@ class SlidedRDD[T: ClassTag](@transient val parent: RDD[T], val windowSize: Int)
partitions.toArray
}
}

// TODO: Override methods such as aggregate, which only requires one Spark job.
}

0 comments on commit 5ee6001

Please sign in to comment.