alamb commented on issue #2374:
URL: 
https://github.com/apache/arrow-datafusion/issues/2374#issuecomment-1115159955

   > 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)
   
   I would not expect this to work (as the field is named `Bank_Account`)
   
   Here is an example in case that is helpful: 
https://github.com/apache/arrow-datafusion/issues/1710#issuecomment-1029927443


-- 
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]

Reply via email to