Skip to content

Commit d3aa7a0

Browse files
committed
Fix scala style
1 parent e9f705d commit d3aa7a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/CompressionCodecSuite.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ import java.io.File
2121

2222
import scala.collection.JavaConverters._
2323

24-
import org.scalatest.BeforeAndAfterAll
25-
2624
import org.apache.hadoop.fs.Path
2725
import org.apache.orc.OrcConf.COMPRESS
2826
import org.apache.parquet.hadoop.ParquetOutputFormat
27+
import org.scalatest.BeforeAndAfterAll
2928

3029
import org.apache.spark.sql.execution.datasources.orc.OrcOptions
3130
import org.apache.spark.sql.execution.datasources.parquet.{ParquetOptions, ParquetTest}

0 commit comments

Comments
 (0)