blaginin commented on issue #13633: URL: https://github.com/apache/datafusion/issues/13633#issuecomment-2518163259
> You could use a view on top of the external table and do the to_date transformation there Sure, that's definitely an option, but I'm not a big fan of it since it adds extra operations (loading as a str first and then converting to date) and makes the code a bit verbose. Specifying per column does sound like a great improvement, but perhaps we can do that as a subsequent enhancement? I think the priority should be fixing the parameter, which is already there but doesn't work. My guess is that resolving this would address the majority of cases. -- 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]
