File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,14 +25,14 @@ import org.apache.spark.sql.catalyst.rules._
25
25
import org .apache .spark .sql .catalyst .types .StructType
26
26
import org .apache .spark .sql .catalyst .types .IntegerType
27
27
import org .apache .spark .sql .catalyst .CatalystConf
28
- import org .apache .spark .sql .catalyst .EmptyConf
28
+ import org .apache .spark .sql .catalyst .test . SimpleConf
29
29
30
30
/**
31
31
* A trivial [[Analyzer ]] with an [[EmptyCatalog ]] and [[EmptyFunctionRegistry ]]. Used for testing
32
32
* when all relations are already filled in and the analyser needs only to resolve attribute
33
33
* references.
34
34
*/
35
- object SimpleAnalyzer extends Analyzer (EmptyCatalog , EmptyFunctionRegistry , EmptyConf )
35
+ object SimpleAnalyzer extends Analyzer (EmptyCatalog , EmptyFunctionRegistry , new SimpleConf )
36
36
37
37
/**
38
38
* Provides a logical query plan analyzer, which translates [[UnresolvedAttribute ]]s and
You can’t perform that action at this time.
0 commit comments