andygrove opened a new issue, #2535: URL: https://github.com/apache/arrow-datafusion/issues/2535
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** In the "simplify expressions" rule, we evaluate and fold expressions that result in scalar values and we depend on the physical expression crate to do this. I do not see why we cannot do scalar expression evaluation directly without creating physical expressions. For users of DataFusion that just want SQL planning and logical query plans to use with a different physical plan, I think this would be a better approach, **Describe the solution you'd like** Perform scalar expression evaluation directly in the logical plan/expression crate. **Describe alternatives you've considered** None **Additional context** This is related to https://github.com/apache/arrow-datafusion/issues/2345 -- 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]
