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: [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]

Reply via email to