Skip to content

Commit 699bce5

Browse files
committed
fix it
1 parent 1413744 commit 699bce5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/parquet/ParquetPartitionDiscoverySuite.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ import org.apache.parquet.hadoop.ParquetOutputFormat
3030
import org.apache.spark.sql._
3131
import org.apache.spark.sql.catalyst.InternalRow
3232
import org.apache.spark.sql.catalyst.expressions.Literal
33-
import org.apache.spark.sql.execution.datasources.{HadoopFsRelation, LogicalRelation, PartitionPath => Partition, PartitioningAwareFileCatalog, PartitioningUtils, PartitionSpec}
33+
import org.apache.spark.sql.execution.datasources._
34+
import org.apache.spark.sql.execution.datasources.{PartitionPath => Partition}
3435
import org.apache.spark.sql.functions._
3536
import org.apache.spark.sql.internal.SQLConf
3637
import org.apache.spark.sql.test.SharedSQLContext

0 commit comments

Comments
 (0)