HaoYang670 opened a new issue, #5235: URL: https://github.com/apache/arrow-datafusion/issues/5235
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** This is just a placeholder, which we can't do this until completing #4615. `Type_coercion` and type checking is something we must do on a query, not an optional optimizing pass. So it is more reasonable to move it to the front of the logical optimization. Also, we should try to remove the `type_coercion` in physical plan, so that our queries can be totally statically typed. **Describe the solution you'd like** A clear and concise description of what you want to happen. **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here. -- 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]
