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


   So my interpretation is "SQL should lowercase all identifiers unless they 
are double quoted"
   
   So if the arrow schema has `foo`, `Foo` fields, a query for `select Foo` 
should return the `foo` (lowercase) field. A query for `select "Foo"` should 
return `Foo` (the upper case one)


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