kumarUjjawal commented on issue #22131: URL: https://github.com/apache/datafusion/issues/22131#issuecomment-4438188447
> GROUP BY column now renders > with a precise highlight in the query text — the UX gap is significant. ``` > SELECT a, b FROM (VALUES (1, 2)) t(a, b) GROUP BY a; Error during planning: Column in SELECT must be in GROUP BY or an aggregate function: While expanding wildcard, column "t.b" must appear in the GROUP BY clause or must be part of an aggregate function, currently only "t.a" appears in the SELECT clause satisfies this requirement > ``` -- 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]
