Skip to content

Commit 59f98d5

Browse files
committed
Update code
1 parent 13bc978 commit 59f98d5

File tree

1 file changed

+1
-1
lines changed
  • sql/core/src/main/scala/org/apache/spark/sql/execution/command

1 file changed

+1
-1
lines changed

sql/core/src/main/scala/org/apache/spark/sql/execution/command/commands.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import scala.collection.JavaConverters._
2121
import scala.util.control.NonFatal
2222

2323
import org.apache.spark.rdd.RDD
24-
import org.apache.spark.sql.{AnalysisException, Row, SparkSession}
24+
import org.apache.spark.sql.{Row, SparkSession}
2525
import org.apache.spark.sql.catalyst.{CatalystTypeConverters, InternalRow}
2626
import org.apache.spark.sql.catalyst.expressions.{Attribute, AttributeReference}
2727
import org.apache.spark.sql.catalyst.plans.QueryPlan

0 commit comments

Comments
 (0)