houqp commented on issue #1479:
URL:
https://github.com/apache/arrow-datafusion/issues/1479#issuecomment-1000927604
I think there is a typo in your reproduction example? It should be the
following right?
```
❯ select min(x) from foo order by min(x);
Plan("No field named 'foo.x'. Valid fields are 'MIN(foo.x)'.")
```
--
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]