npawar opened a new pull request #5635: URL: https://github.com/apache/incubator-pinot/pull/5635
Supporting queries where `order by` is on aggregation, but that aggregation is not defined in the selection: ``` select subject from transcript group by subject order by count(*), sum(score) desc ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
