Skip to content

Commit 4778af0

Browse files
committed
[SPARK-34555][SQL][FOLLOWUP] code format
1 parent dd437c0 commit 4778af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/connector/DataSourceV2SQLSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import org.apache.spark.sql.internal.{SQLConf, StaticSQLConf}
3535
import org.apache.spark.sql.internal.SQLConf.{PARTITION_OVERWRITE_MODE, PartitionOverwriteMode, V2_SESSION_CATALOG_IMPLEMENTATION}
3636
import org.apache.spark.sql.internal.connector.SimpleTableProvider
3737
import org.apache.spark.sql.sources.SimpleScanSource
38-
import org.apache.spark.sql.types.{BooleanType, LongType, MetadataBuilder, StringType, StructField, StructType}
38+
import org.apache.spark.sql.types.{BooleanType, LongType, StringType, StructField, StructType}
3939
import org.apache.spark.sql.util.CaseInsensitiveStringMap
4040
import org.apache.spark.storage.StorageLevel
4141
import org.apache.spark.unsafe.types.UTF8String

0 commit comments

Comments
 (0)