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/03/14 10:12:11 UTC

[GitHub] [arrow-datafusion] mkmik commented on issue #1771: SQL: Table name identifiers should be normalized to lowercase unless quoted

mkmik commented on issue #1771:
URL: https://github.com/apache/arrow-datafusion/issues/1771#issuecomment-1066600115


   (please re-open)
   
   I re-ran the reproducer above and the issue still reproduces at current master (ca952bd33402816dbb1550debb9b8cac3b13e8f2). 
   
   ```
   ❯ create table t1 as select * from (values (11, 'a')) as sq;
   0 rows in set. Query took 0.021 seconds.
   ❯ select column1 from T1;
   Plan("Table or CTE with name 'T1' not found")
   ```
   
   Is `information_schema.TaBlEs` lowercased because it's a special schema or could it be because it's a `view`?


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