shenyu0127 opened a new pull request, #10827: URL: https://github.com/apache/pinot/pull/10827
Currently if the query is `SELECT DISTINCT column1 FROM testTable ORDER BY column1 NULLS LAST`, we get an error: `ORDER-BY columns should be included in the DISTINCT columns`. Tested in unit tests and local server. -- 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]
