Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
review comments
  • Loading branch information
dilipbiswal committed Apr 17, 2017
commit af3d3674b05792b08dc05345de593e782fe8ce3a
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ class Analyzer(
}

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