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 2021/10/05 22:10:18 UTC

[GitHub] [pinot] Jackie-Jiang commented on issue #7524: java.lang.UnsupportedOperationException when filter and group by multi value columns

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


   Pinot does not support distinct on MV columns as of now (this query will be rewritten to a distinct query).
   Can you please try
   ```
   select account_key, count(*) from point_transaction 
   where
     external_id = 'some_id_xxx'
   group by account_key
   ```


-- 
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