We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5121ff8 commit 9eda23eCopy full SHA for 9eda23e
core/src/main/scala/org/apache/spark/rdd/RDD.scala
@@ -1118,9 +1118,9 @@ abstract class RDD[T: ClassTag](
1118
1119
/**
1120
* Aggregates the elements of this RDD in a multi-level tree pattern.
1121
+ * This method is semantically identical to [[org.apache.spark.rdd.RDD#aggregate]].
1122
*
1123
* @param depth suggested depth of the tree (default: 2)
- * @see [[org.apache.spark.rdd.RDD#aggregate]] These two methods have identical semantics.
1124
*/
1125
def treeAggregate[U: ClassTag](zeroValue: U)(
1126
seqOp: (U, T) => U,
0 commit comments