dbr commented on issue #2374: URL: https://github.com/apache/arrow-datafusion/issues/2374#issuecomment-1113905938
Ah interesting! Quoting the identifiers works, thanks Just to be clear, is it still a bug that the original example fails? I would expect: - Given the field named `bank_account` the `SELECT BaNk_AcCoUnT FROM users` does work as expected (case is ignored) - Given the field named `Bank_Account`, I would expect `SELECT BaNk_AcCoUnT FROM users` to work (but currently this only looks for a field named `bank_account` so the query errors, and the error contains a lower-cased version of what is present in the query) -- 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]
