Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
dilipbiswal committed Dec 4, 2018
1 parent 5e154a7 commit 45e314a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -976,7 +976,7 @@ class Analyzer(
// `AppendColumns`, because `AppendColumns`'s serializer might produce conflict attribute
// names leading to ambiguous references exception.
case a @ Aggregate(groupingExprs, aggExprs, appendColumns: AppendColumns) =>
a.mapExpressions(resolve(_, appendColumns))
a.mapExpressions(resolveExpressionTopDown(_, appendColumns))

case q: LogicalPlan =>
logTrace(s"Attempting to resolve ${q.simpleString}")
Expand Down

0 comments on commit 45e314a

Please sign in to comment.