alamb commented on issue #6560: URL: https://github.com/apache/arrow-datafusion/issues/6560#issuecomment-1593145969
> We should do coercion in datafusion/optimizer/src/analyzer/type_coercion.rs, right? Yes, that is the preferred location (as it happens before any optimization passes) -- the reason is that type coercion can change the semantics of the plan, but the optimizer passes should not https://docs.rs/datafusion/latest/datafusion/index.html#planning -- 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]
