Jimexist opened a new issue #669:
URL: https://github.com/apache/arrow-datafusion/issues/669
**Describe the bug**
A clear and concise description of what the bug is.
aliasing a field renders it missing in the order by clause. possible tightly
coupled with #609
**To Reproduce**
Steps to reproduce the behavior:
```sql
select c1 x from test order by c1
```
```
Plan("No field with unqualified name 'c1'. Valid fields are 'x'.")
```
**Expected behavior**
A clear and concise description of what you expected to happen.
it shall work
**Additional context**
Add any other context about the problem here.
--
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]