Jackie-Jiang commented on issue #11866: URL: https://github.com/apache/pinot/issues/11866#issuecomment-1777995354
It is intentionally done this way because this query rewrite does not guarantee the same semantic. E.g. concat of `'a-'` and `'-b'` vs `'a'` and `'--b'` will give the same result, but they belong to different group. Please explicitly use `select distinct concat(id, type, '-') from githubEvents limit 10` -- 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-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org