mihailoale-db commented on code in PR #53644:
URL: https://github.com/apache/spark/pull/53644#discussion_r2653327034
##########
sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/Analyzer.scala:
##########
@@ -755,6 +755,7 @@ class Analyzer(
groupByExprs: Seq[Expression],
aggregationExprs: Seq[NamedExpression],
child: LogicalPlan): LogicalPlan = {
+ val aggregationExpressionsWithoutAliases =
aggregationExprs.map(trimNonTopLevelAliases)
Review Comment:
The example is related to the change in the `object GroupingAnalytics`. This
one we did to keep this and other changes in sync e.g.
https://github.com/apache/spark/pull/51591/files
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]