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

   I don't think this is a bug. Namely I think the query as you have written it 
should fail.
   
   The correct (SQL standard) way to write a query that refers to the `"Level"` 
column I think is:
   
   ```sql
   select * from table1 where "Level"='INFO'
   ```
   
   Which is consistent with what postgres does.


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