We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5eb369 commit 44aa0b8Copy full SHA for 44aa0b8
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala
@@ -186,7 +186,7 @@ class Analyzer(
186
lazy val batches: Seq[Batch] = Seq(
187
Batch("Hints", fixedPoint,
188
new ResolveHints.ResolveJoinStrategyHints(conf),
189
- new ResolveHints.ResolveCoalesceHints(conf),
+ new ResolveHints.ResolveCoalesceHints(conf)),
190
Batch("Simple Sanity Check", Once,
191
LookupFunctions),
192
Batch("Substitution", fixedPoint,
0 commit comments