Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/11217#discussion_r53010007
--- Diff: core/src/main/scala/org/apache/spark/api/java/JavaPairRDD.scala
---
@@ -461,10 +461,10 @@ class JavaPairRDD[K, V](val rdd: RDD[(K, V)])
fromRDD(rdd.partitionBy(partitioner))
/**
- * Merge the values for each key using an associative reduce function.
This will also perform
- * the merging locally on each mapper before sending results to a
reducer, similarly to a
- * "combiner" in MapReduce.
- */
+ * Return an RDD containing all pairs of elements with matching keys in
`this` and `other`. Each
--- End diff --
This is not directly related; I just found this doc copy and paste error
and fixed it along the way.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]