mihailoale-db commented on PR #50804:
URL: https://github.com/apache/spark/pull/50804#issuecomment-2858447101

   @MaxGekk It impacts only resolved expressions trees that have 
`OuterReference` under `AggregateExpression`. Before the change name would be 
*agg(outer(...))* and after it it's *outer(agg(...))*. The only intention is to 
make single-pass development easier as this change is basically noop for 
fixed-point but follows bottom up semantics that single-pass enforces.


-- 
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

Reply via email to