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/04/14 12:02:39 UTC

[GitHub] [arrow-datafusion] alamb commented on issue #2210: ‘Invalid identifier #xxx’ caused by Case-to-case conversion in SQL

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

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