Github user massie commented on a diff in the pull request:
https://github.com/apache/spark/pull/6423#discussion_r31371478
--- Diff:
core/src/test/scala/org/apache/spark/storage/ShuffleBlockFetcherIteratorSuite.scala
---
@@ -17,21 +17,20 @@
package org.apache.spark.storage
+import java.io.InputStream
import java.util.concurrent.Semaphore
-import scala.concurrent.future
-import scala.concurrent.ExecutionContext.Implicits.global
-
+import org.apache.spark.network._
+import org.apache.spark.network.buffer.ManagedBuffer
+import org.apache.spark.network.shuffle.BlockFetchingListener
+import org.apache.spark.{SparkFunSuite, TaskContextImpl}
import org.mockito.Matchers.{any, eq => meq}
import org.mockito.Mockito._
import org.mockito.invocation.InvocationOnMock
import org.mockito.stubbing.Answer
-import org.apache.spark.{SparkConf, SparkFunSuite, TaskContextImpl}
-import org.apache.spark.network._
-import org.apache.spark.network.buffer.ManagedBuffer
-import org.apache.spark.network.shuffle.BlockFetchingListener
-import org.apache.spark.serializer.TestSerializer
+import scala.concurrent.ExecutionContext.Implicits.global
--- End diff --
I was told that we wanted the imports sorted alphabetically but I'll put it
back.
---
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]