[
https://issues.apache.org/jira/browse/TAJO-994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hyunsik Choi resolved TAJO-994.
-------------------------------
Resolution: Fixed
committed it to master branch.
> 'count(distinct x)' function counts first null value.
> -----------------------------------------------------
>
> Key: TAJO-994
> URL: https://issues.apache.org/jira/browse/TAJO-994
> Project: Tajo
> Issue Type: Bug
> Components: function/udf
> Reporter: Hyunsik Choi
> Assignee: Hyunsik Choi
> Fix For: 0.9.0
>
>
> The current count distinct function counts the first null value. Consider the
> following example column. The current count distinct function will count them
> as 4 instead of 3. We should fix it.
> {noformat}
> \N
> A
> B
> B
> C
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.2#6252)