Skip to content

Commit aa1490f

Browse files
author
Cheolsoo Park
committed
Fix ordering of imports
1 parent c212c4d commit aa1490f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sql/hive/src/test/scala/org/apache/spark/sql/hive/client/VersionsSuite.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ package org.apache.spark.sql.hive.client
1919

2020
import java.io.File
2121

22-
import org.apache.spark.sql.catalyst.expressions.{NamedExpression, Literal, AttributeReference, EqualTo}
23-
import org.apache.spark.sql.types.IntegerType
2422
import org.apache.spark.{Logging, SparkFunSuite}
23+
import org.apache.spark.sql.catalyst.expressions.{NamedExpression, Literal, AttributeReference, EqualTo}
2524
import org.apache.spark.sql.catalyst.util.quietly
25+
import org.apache.spark.sql.types.IntegerType
2626
import org.apache.spark.util.Utils
2727

2828
/**

0 commit comments

Comments
 (0)