cloud-fan commented on PR #50310: URL: https://github.com/apache/spark/pull/50310#issuecomment-2739202465
This is a partial revert of https://github.com/apache/spark/pull/45350 . I don't quite like this fix, but seems this is the only way to fix the conflicts between two rules. 1. `ExtractGenerator` needs to wait for the projectList to be resolved (except for the generator itself) before pulling generator out into a `Generate` node. 2. Column resolution rule needs to wait for the generator to be resolved before marking its corresponding `LateralColumnAliasReference` as resolved. Now we relax the trigger condition of rule `ExtractGeneraton` to fix the conflicts. -- 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