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 eee75ba commit d5a9933Copy full SHA for d5a9933
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala
@@ -31,7 +31,8 @@ import org.apache.spark.sql.types._
31
* when all relations are already filled in and the analyzer needs only to resolve attribute
32
* references.
33
*/
34
-object SimpleAnalyzer extends Analyzer(EmptyCatalog, EmptyFunctionRegistry, new SimpleCatalystConf(true))
+object SimpleAnalyzer
35
+ extends Analyzer(EmptyCatalog, EmptyFunctionRegistry, new SimpleCatalystConf(true))
36
37
/**
38
* Provides a logical query plan analyzer, which translates [[UnresolvedAttribute]]s and
0 commit comments