[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.