Skip to content

Commit 30b8d36

Browse files
sryzarxin
authored andcommitted
SPARK-2553. Fix compile error
Author: Sandy Ryza <sandy@cloudera.com> Closes #1479 from sryza/sandy-spark-2553 and squashes the following commits: 2cb5ed8 [Sandy Ryza] SPARK-2553. Fix compile error
1 parent e52b871 commit 30b8d36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ class CoGroupedRDD[K](@transient var rdds: Seq[RDD[_ <: Product2[K, _]]], part:
185185
combiner1(depNum) ++= combiner2(depNum)
186186
depNum += 1
187187
}
188+
combiner1
188189
}
189190
new ExternalAppendOnlyMap[K, CoGroupValue, CoGroupCombiner](
190191
createCombiner, mergeValue, mergeCombiners)

0 commit comments

Comments
 (0)