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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]