dtenedor commented on PR #49245:
URL: https://github.com/apache/spark/pull/49245#issuecomment-2557859802

   > Shall we make AliasResolution to properly support PipeExpression?
   @cloud-fan I tried this, but the PipeExpression needs to check whether its 
child expression tree contains any aggregate functions, and this needs its 
child tree to be fully resolved first (which may not have happened yet by the 
time we run the `ResolveAliases` rule).
   


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

Reply via email to