nuno-faria opened a new issue, #22916:
URL: https://github.com/apache/datafusion/issues/22916
### Describe the bug
When aliasing a subquery with case sensitive column names, an error is
returned.
### To Reproduce
```sql
> create table t ("A" int);
> select * from (select * from t) t_(x);
Schema error: No field named a. Valid fields are t."A", t."A".
```
### Expected behavior
Execute without error.
### Additional context
_No response_
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]