You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/05/02 17:36:34 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #2374: Identifiers are made lower-case in SQL query

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org