[ 
https://issues.apache.org/jira/browse/HIVE-2075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14129299#comment-14129299
 ] 

Lars Francke commented on HIVE-2075:
------------------------------------

I just tried this in 0.12 and it seems to work as expected. Do you have more 
information what the problem is/was or any idea if it works for you in later 
versions?

If not I think we can close this issue for now.

> error in function  count(distinct col)
> --------------------------------------
>
>                 Key: HIVE-2075
>                 URL: https://issues.apache.org/jira/browse/HIVE-2075
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor, Serializers/Deserializers
>    Affects Versions: 0.7.0
>            Reporter: Alexey Diomin
>
> select 
>      N.cl1, 
>      count(distinct N.cl2) as cl2count,
>      N.cl3
> from raw N
> group by 
>      N.cl1,
>      N.cl2,
>      N.cl3
> not working on 0.7 (on 0.6 work correct), but count(N.cl2) work correct



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to