xudong963 commented on issue #16004: URL: https://github.com/apache/datafusion/issues/16004#issuecomment-2919485666
The existing expression simplification code is used to optimize logical expr. The `expr` mentioned by the issue is physical expr and I think @adriangb 's expr is also physical expr. The obvious way is to check if we can make the existing code generic -- 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]
