Skip to content

Commit cd5aa80

Browse files
committed
scala style
1 parent b05e630 commit cd5aa80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/PartitioningSuite.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
package org.apache.spark.sql.catalyst
1919

2020
import org.apache.spark.SparkFunSuite
21-
22-
import org.apache.spark.sql.catalyst.expressions.{Ascending, AttributeReference, AttributeSet, InterpretedMutableProjection, Literal, NullsFirst, SortOrder}
21+
import org.apache.spark.sql.catalyst.expressions.{Ascending, AttributeReference, AttributeSet, InterpretedMutableProjection, Literal, SortOrder}
2322
import org.apache.spark.sql.catalyst.plans.physical._
2423
import org.apache.spark.sql.types.DataTypes
2524

0 commit comments

Comments
 (0)