File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
catalyst/src/main/scala/org/apache/spark/sql/catalyst/catalog
hive/src/main/scala/org/apache/spark/sql/hive Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import scala.collection.JavaConverters._
2323
2424import org .apache .spark .sql .AnalysisException
2525import org .apache .spark .sql .catalyst .{FunctionIdentifier , TableIdentifier }
26- import org .apache .spark .sql .catalyst .plans .logical .{SubqueryAlias , LogicalPlan }
26+ import org .apache .spark .sql .catalyst .plans .logical .{LogicalPlan , SubqueryAlias }
2727
2828
2929/**
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ import org.apache.thrift.TException
2424
2525import org .apache .spark .Logging
2626import org .apache .spark .sql .AnalysisException
27+ import org .apache .spark .sql .catalyst .TableIdentifier
2728import org .apache .spark .sql .catalyst .analysis .NoSuchItemException
2829import org .apache .spark .sql .catalyst .catalog ._
2930import org .apache .spark .sql .hive .client .HiveClient
30- import org .apache .spark .sql .catalyst .TableIdentifier
3131
3232
3333/**
You can’t perform that action at this time.
0 commit comments