Omega359 commented on issue #13633: URL: https://github.com/apache/datafusion/issues/13633#issuecomment-2517763597
The issue with date format for something like that would be how to handle columns with different formats if the csv reader only allows a single format. You could use a view on top of the external table and do the to_date transformation there. -- 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]
