vladimirg-db commented on code in PR #50769: URL: https://github.com/apache/spark/pull/50769#discussion_r2068752001
########## sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/resolver/NameScope.scala: ########## @@ -848,12 +889,14 @@ class NameScopeStack extends SQLConfHelper { multipartName: Seq[String], canLaterallyReferenceColumn: Boolean = true, canReferenceAggregateExpressionAliases: Boolean = false, - canResolveNameByHiddenOutput: Boolean = false): NameTarget = { + canResolveNameByHiddenOutput: Boolean = false, + canReferenceAggregatedAccessOnlyAttributes: Boolean = false): NameTarget = { Review Comment: It's already in the lower `resolveMultipartName`, and here we have all kinds of multi-namescope (e.g. outer references) examples. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org