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 a3f7659 commit b35529eCopy full SHA for b35529e
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Catalog.scala
@@ -19,9 +19,9 @@ package org.apache.spark.sql.catalyst.analysis
19
20
import scala.collection.mutable
21
22
-import org.apache.spark.sql.catalyst.plans.logical.{LogicalPlan, Subquery}
23
import org.apache.spark.sql.catalyst.CatalystConf
24
import org.apache.spark.sql.catalyst.EmptyConf
+import org.apache.spark.sql.catalyst.plans.logical.{LogicalPlan, Subquery}
25
26
/**
27
* Thrown by a catalog when a table cannot be found. The analyzer will rethrow the exception
0 commit comments