Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/15889#discussion_r88619386
--- Diff: core/src/main/scala/org/apache/spark/rdd/PairRDDFunctions.scala
---
@@ -1014,7 +1015,7 @@ class PairRDDFunctions[K, V](self: RDD[(K, V)])
* Output the RDD to any Hadoop-supported file system, using a Hadoop
`OutputFormat` class
* supporting the key and value types K and V in this RDD.
*
- * Note that, we should make sure our tasks are idempotent when
speculation is enabled, i.e. do
+ * @note We should make sure our tasks are idempotent when speculation
is enabled, i.e. do
--- End diff --
It almost looks like it should be a code comment, not scaladoc. Well, I
don't feel strongly about changing it if it was already in the scaladoc.
---
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]