Omega359 commented on issue #14296: URL: https://github.com/apache/datafusion/issues/14296#issuecomment-2614469009
There was [an issue](https://github.com/apache/datafusion/pull/13240#discussion_r1829379935) that was encountered the other month where the type to be inferred was context specific. For example, `to_timestamp('-1'::varchar)` should not attempt to coerce the varchar back to an i32 or some other data type. Thus, I think that we may need additional information beyond just simple type -> type. -- 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]
