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

    https://github.com/apache/spark/pull/3120#discussion_r22808807
  
    --- Diff: 
core/src/test/scala/org/apache/spark/metrics/InputOutputMetricsSuite.scala ---
    @@ -17,66 +17,147 @@
     
     package org.apache.spark.metrics
     
    -import java.io.{FileWriter, PrintWriter, File}
    +import java.io.{File, FileWriter, PrintWriter}
     
    +import org.apache.hadoop.conf.Configuration
    +import org.apache.hadoop.fs.{FileSystem, Path}
    +import org.apache.hadoop.io.{LongWritable, Text}
    +import org.apache.hadoop.mapreduce.lib.input.{TextInputFormat => 
NewTextInputFormat}
     import org.apache.spark.SharedSparkContext
     import org.apache.spark.deploy.SparkHadoopUtil
    -import org.apache.spark.scheduler.{SparkListenerTaskEnd, SparkListener}
    -
    +import org.apache.spark.scheduler.{SparkListener, SparkListenerTaskEnd}
    +import org.apache.spark.util.Utils
     import org.scalatest.FunSuite
    --- End diff --
    
    Fix import ordering here (there should be a line break between each 
different org, and scalatest should come before Spark)


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