Github user viirya commented on a diff in the pull request:
https://github.com/apache/spark/pull/19454#discussion_r143607680
--- Diff: core/src/main/scala/org/apache/spark/rdd/RDD.scala ---
@@ -382,6 +382,13 @@ abstract class RDD[T: ClassTag](
}
/**
+ * Return a new RDD by flattening a traversable collection into a
collection itself.
+ */
--- End diff --
Please follow existing comment style like line 392.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]