Github user tdas commented on a diff in the pull request:

    https://github.com/apache/spark/pull/9143#discussion_r43972618
  
    --- Diff: 
streaming/src/test/scala/org/apache/spark/streaming/util/WriteAheadLogSuite.scala
 ---
    @@ -19,59 +19,57 @@ package org.apache.spark.streaming.util
     import java.io._
     import java.nio.ByteBuffer
     import java.util
    +import java.util.concurrent.atomic.AtomicInteger
     
     import scala.collection.JavaConverters._
     import scala.collection.mutable.ArrayBuffer
    +import scala.concurrent.{Await, Promise, Future, ExecutionContext}
     import scala.concurrent.duration._
     import scala.language.{implicitConversions, postfixOps}
     import scala.reflect.ClassTag
     
     import org.apache.hadoop.conf.Configuration
     import org.apache.hadoop.fs.Path
    +import org.mockito.Matchers._
    --- End diff --
    
    import ordering is messed up.


---
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]

Reply via email to