LiaCastaneda commented on PR #24601: URL: https://github.com/apache/datafusion/pull/24601#issuecomment-5393732677
I like the solution, it's better than having this decision made at execution time. I guess the only caveat is that this rule will always have to run last. However, if we add a custom optimizer rule, isn't it appended after the built in ones? So the custom rule would run after `SanityCheckPlan`, isn't that an issue? -- 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]
