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