fx19880617 opened a new pull request #6152: URL: https://github.com/apache/incubator-pinot/pull/6152
## Description Support Ordinal position in the query for GROUP BY and ORDER BY clause. So we can support queries like: ``` SELECT foo, bar, count(*) FROM myTable GROUP BY 1, 2 ORDER BY 1, 2 DESC ``` ## Release Notes Support Ordinal position in the query for GROUP BY and ORDER BY clause. ---------------------------------------------------------------- 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]
