You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Joydeep Sen Sarma (JIRA)" <ji...@apache.org> on 2009/03/11 18:46:50 UTC

[jira] Resolved: (HIVE-326) [hive] groupby count distinct with nulls has some problems

     [ https://issues.apache.org/jira/browse/HIVE-326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joydeep Sen Sarma resolved HIVE-326.
------------------------------------

    Resolution: Duplicate

> [hive] groupby count distinct with nulls has some problems
> ----------------------------------------------------------
>
>                 Key: HIVE-326
>                 URL: https://issues.apache.org/jira/browse/HIVE-326
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>
> select a, count(distinct b) from T group by a;
> had some problems if b is null.
> I will construct the exact testcase and get back

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.