Skip to content

Commit 5ee6001

Browse files
committed
add TODO
1 parent d2a600d commit 5ee6001

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/main/scala/org/apache/spark/rdd/SlidedRDD.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,4 +97,6 @@ class SlidedRDD[T: ClassTag](@transient val parent: RDD[T], val windowSize: Int)
9797
partitions.toArray
9898
}
9999
}
100+
101+
// TODO: Override methods such as aggregate, which only requires one Spark job.
100102
}

0 commit comments

Comments
 (0)