You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/12/30 14:51:11 UTC

[GitHub] [incubator-doris] xy720 opened a new pull request #2621: Remove the function `count_distinct()`

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] imay merged pull request #2621: Remove the function `count_distinct()`

Posted by GitBox <gi...@apache.org>.
imay merged pull request #2621: Remove the function `count_distinct()`
URL: https://github.com/apache/incubator-doris/pull/2621
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org