comphead commented on issue #13662: URL: https://github.com/apache/datafusion/issues/13662#issuecomment-2523675208
> ``` > (line 1, column 8) error: 'users.name' in projection does not appear in GROUP BY clause > (line 1, column 33) note: GROUP BY clause is here > (line 1, column 33) Help: Add 'users.name' to GROUP BY clause > ``` Thanks @eliaperantoni But this more looks for as a parse challenge 🤔 shouldn't be it in the parser phase? https://github.com/apache/datafusion-sqlparser-rs -- 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]
