Tpt opened a new pull request, #18133: URL: https://github.com/apache/datafusion/pull/18133
Use LIMIT 1 instead of a GROUP BY in this case: if there are results, they are all empty, we can just take the first one We cannot use GROUP BY here because GROUP BY requires at least one variable in the grouping side or one aggregation function Close #18132 -- 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]
