The-Mr-L opened a new issue, #4874:
URL: https://github.com/apache/arrow-datafusion/issues/4874
hey first of thank you for sharing. It is appreciated
**Describe the bug**
Error: Plan("Projection references non-aggregate values: Expression users.id
could not be resolved from available columns: MAX(users.id)")
**To Reproduce**
sql```
select
id
from
(
select
id,
max(id) max_id
from
users
)
```
**Expected behavior**
id and max_id
--
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]