Skip to content

Commit af3d367

Browse files
committed
review comments
1 parent c4e1a01 commit af3d367

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@ class Analyzer(
12401240
}
12411241

12421242
// Make sure a plan's expressions do not contain :
1243-
// 1. Aggregate expressions that has mixture of outer and local references.
1243+
// 1. Aggregate expressions that have mixture of outer and local references.
12441244
// 2. Expressions containing outer references on plan nodes other than Filter.
12451245
def failOnInvalidOuterReference(p: LogicalPlan): Unit = {
12461246
p.expressions.foreach(checkMixedReferencesInsideAggregateExpr)

0 commit comments

Comments
 (0)