nikitagkonda opened a new pull request #25761: [SPARK-29029][SQL] - Using AttributeMap in PhysicalOperation.collectProjectsAndFilters URL: https://github.com/apache/spark/pull/25761 This PR fixes the issue of substituting aliases in PhysicalOperation.collectProjectsAndFilters when the AttributeReference in alias map differs from the AttributeReference in filter condition in qualifier by using AttributeMap where the key is AttributeReference's ExprId instead of Map[Attribute, Expression]. For example please look at the unit test added that reproduces the bug.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
