wForget commented on PR #43867: URL: https://github.com/apache/spark/pull/43867#issuecomment-1826808784
> > This may also affect other Rules. Since HiveTableRelation is not resolved, the Project.projectList of the parent plan will not be resolved. > > Good point. Why is `DetermineTableStats` a post-hoc resolution rule then... Moving `DetermineTableStats` to resolution rules also seems to work well, do we need to do that? Do other post-hoc resolution rules also need to be applied to subqueries? -- 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]
