tinfoil-knight opened a new issue, #10853: URL: https://github.com/apache/datafusion/issues/10853
### Describe the bug Currently, we're changing the case of every option value passed with the COPY statement: https://github.com/apache/datafusion/blob/3773fb7fb54419f889e7d18b73e9eb48069eb08e/datafusion/sql/src/statement.rs#L891-L900 This causes an issue in cases where the option values for some external integrations might be case sensitive (eg. like access keys). @xinlifoobar found this while working on adding an integration to huggingface in https://github.com/apache/datafusion/pull/10792. See previous discussion here: https://github.com/apache/datafusion/pull/9723#discussion_r1632879391 ### To Reproduce _No response_ ### Expected behavior There should be some way to pass option values as is for certain integrations. ### Additional context _No response_ -- 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]
