Skip to content

Commit b52698f

Browse files
committed
add import
1 parent ad85109 commit b52698f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/SparkSqlParser.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import org.apache.spark.sql.catalyst.plans.logical._
3434
import org.apache.spark.sql.execution.command._
3535
import org.apache.spark.sql.execution.datasources.{CreateTable, _}
3636
import org.apache.spark.sql.internal.{HiveSerDe, SQLConf, VariableSubstitution}
37-
import org.apache.spark.sql.types.StructType
37+
import org.apache.spark.sql.types.{StructField, StructType}
3838

3939
/**
4040
* Concrete parser for Spark SQL statements.

0 commit comments

Comments
 (0)