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 2022/01/14 22:53:32 UTC

[GitHub] [pinot] Jackie-Jiang commented on issue #8019: Group by multi-value columns without aggregation can not work

Jackie-Jiang commented on issue #8019:
URL: https://github.com/apache/pinot/issues/8019#issuecomment-1013527169


   This query will be rewritten to `select distinct(tags_value) from myTable`. Currently there is no MV support for distinct queries.
   The syntax for MV distinct is unclear: Should we break the MV into multiple individual values when calculating the distinct?
   Once we decide the syntax, we can add the support.


-- 
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: commits-unsubscribe@pinot.apache.org

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