Jackie-Jiang commented on issue #8849: URL: https://github.com/apache/pinot/issues/8849#issuecomment-1148970464
Pinot does not support distinct on MV column yet (tracked in #8850). The reason why it works without a filter is because Pinot will use dictionary to solve the query if there is no filter and only one single column within the distinct. -- 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]
