We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad85109 commit b52698fCopy full SHA for b52698f
sql/core/src/main/scala/org/apache/spark/sql/execution/SparkSqlParser.scala
@@ -34,7 +34,7 @@ import org.apache.spark.sql.catalyst.plans.logical._
34
import org.apache.spark.sql.execution.command._
35
import org.apache.spark.sql.execution.datasources.{CreateTable, _}
36
import org.apache.spark.sql.internal.{HiveSerDe, SQLConf, VariableSubstitution}
37
-import org.apache.spark.sql.types.StructType
+import org.apache.spark.sql.types.{StructField, StructType}
38
39
/**
40
* Concrete parser for Spark SQL statements.
0 commit comments