Skip to content

Commit c104e3f

Browse files
committed
fix style
1 parent 600ab27 commit c104e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spark/src/test/scala/org/apache/comet/CometCastSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import org.apache.spark.sql.catalyst.expressions.Cast
3131
import org.apache.spark.sql.execution.adaptive.AdaptiveSparkPlanHelper
3232
import org.apache.spark.sql.functions.col
3333
import org.apache.spark.sql.internal.SQLConf
34-
import org.apache.spark.sql.types.{ArrayType, BinaryType, BooleanType, ByteType, DataType, DataTypes, DecimalType, DoubleType, FloatType, IntegerType, LongType, ShortType, StringType, StructField, StructType}
34+
import org.apache.spark.sql.types.{ArrayType, BinaryType, BooleanType, ByteType, DataType, DataTypes, DecimalType, IntegerType, LongType, ShortType, StringType, StructField, StructType}
3535

3636
import org.apache.comet.CometSparkSessionExtensions.isSpark40Plus
3737
import org.apache.comet.expressions.{CometCast, CometEvalMode}

0 commit comments

Comments
 (0)