xy720 opened a new pull request #2621: Remove the function `count_distinct()` URL: https://github.com/apache/incubator-doris/pull/2621 ISSUE #1553 This commit will remove function `count_distinct()`. We already have function `multi_distinct_count` as an alternative to help us calculate "count distinct" of any type value. Besides, the `count_distinct()` function is with the the same symbol as `count()` function, which fails to express the meaning. So I suggest to remove `count_distinct()` function.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
