Skip to content

Commit 1eab753

Browse files
committed
[SPARK-23243][CORE][FOLLOWUP] Remove todo added by SPARK-23207
1 parent 7f36cd2 commit 1eab753

File tree

1 file changed

+0
-2
lines changed
  • core/src/main/scala/org/apache/spark/rdd

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,6 @@ abstract class RDD[T: ClassTag](
430430
*
431431
* If you are decreasing the number of partitions in this RDD, consider using `coalesce`,
432432
* which can avoid performing a shuffle.
433-
*
434-
* TODO Fix the Shuffle+Repartition data loss issue described in SPARK-23207.
435433
*/
436434
def repartition(numPartitions: Int)(implicit ord: Ordering[T] = null): RDD[T] = withScope {
437435
coalesce(numPartitions, shuffle = true)

0 commit comments

Comments
 (0)