You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2020/07/07 23:41:50 UTC

[GitHub] [incubator-pinot] Jackie-Jiang commented on issue #5663: Support Queries Like non-aggregation group by

Jackie-Jiang commented on issue #5663:
URL: https://github.com/apache/incubator-pinot/issues/5663#issuecomment-655195765


   1. We support `DISTINCT` on arbitrary expressions, but `GROUP-BY` is not supported (distinct with group-by is equivalent to adding group-by into the distinct list)
   2. Second query is equivalent to `SELECT DISTINCT A+B, A, B FROM myTable`


----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org