Github user HyukjinKwon commented on a diff in the pull request:
https://github.com/apache/spark/pull/13866#discussion_r68209882
--- Diff:
streaming/src/test/scala/org/apache/spark/streaming/StreamingContextSuite.scala
---
@@ -18,10 +18,12 @@
package org.apache.spark.streaming
import java.io.{File, NotSerializableException}
+import java.util.concurrent.CopyOnWriteArrayList
import java.util.concurrent.atomic.AtomicInteger
-import scala.collection.mutable.ArrayBuffer
-import scala.collection.mutable.Queue
+import org.apache.spark.rdd.BlockRDD
+
+import scala.collection.mutable.{ArrayBuffer, Queue}
--- End diff --
(I just happened to look at this; reordering imports,
https://cwiki.apache.org/confluence/display/SPARK/Spark+Code+Style+Guide#SparkCodeStyleGuide-Imports)
---
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]