Skip to content

Commit d5a9933

Browse files
committed
fix style
1 parent eee75ba commit d5a9933

File tree

1 file changed

+2
-1
lines changed
  • sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis

1 file changed

+2
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ import org.apache.spark.sql.types._
3131
* when all relations are already filled in and the analyzer needs only to resolve attribute
3232
* references.
3333
*/
34-
object SimpleAnalyzer extends Analyzer(EmptyCatalog, EmptyFunctionRegistry, new SimpleCatalystConf(true))
34+
object SimpleAnalyzer
35+
extends Analyzer(EmptyCatalog, EmptyFunctionRegistry, new SimpleCatalystConf(true))
3536

3637
/**
3738
* Provides a logical query plan analyzer, which translates [[UnresolvedAttribute]]s and

0 commit comments

Comments
 (0)