goldmedal commented on issue #12123: URL: https://github.com/apache/datafusion/issues/12123#issuecomment-2312997499
Hi @alamb I just quickly drafted a PR for this issue, https://github.com/apache/datafusion/pull/12198 Instead of passing the config, I think we can check the schema from the table schema. I’m trying to coerce the UTF-8 field in the file schema if the corresponding field in the table schema is a UTF-8 view. Does that make sense? -- 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]
