xinlifoobar commented on issue #10853: URL: https://github.com/apache/datafusion/issues/10853#issuecomment-2159688051
Sorry if I mislead you. I encountered this issue in the `CREATE EXTERNAL TABLE` statement as https://github.com/apache/datafusion/blob/3773fb7fb54419f889e7d18b73e9eb48069eb08e/datafusion/sql/src/statement.rs#L1017-L1025 How has such an issue typically been resolved previously? If adding a `ParseOptions`, e.g., `enable_options_value_normalization`, is a reasonable way to fix it, I could help there. https://github.com/apache/datafusion/blob/47026a2a3dd41a5c87e44ade58d91a89feba147b/datafusion/sql/src/planner.rs#L97-L100 -- 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]
