Github user tdas commented on a diff in the pull request:
https://github.com/apache/spark/pull/6271#discussion_r30668436
--- Diff:
streaming/src/main/scala/org/apache/spark/streaming/dstream/DStream.scala ---
@@ -632,8 +632,8 @@ abstract class DStream[T: ClassTag] (
* 'this' DStream will be registered as an output stream and therefore
materialized.
*/
def foreachRDD(foreachFunc: (RDD[T], Time) => Unit): Unit =
ssc.withScope {
- // because the DStream is reachable from the outer object here, and
because
- // DStreams can't be serialized with closures, we can't proactively
check
+ // because the DStream is reachable from the outer object here, and
because
+ // DStreams can't be serialized with closures, we can't proactively
check
--- End diff --
Oh, trailing spaces. Never mind.
---
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]