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

[jira] Updated: (HIVE-287) count distinct on multiple columns does not work

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

Raghotham Murthy updated HIVE-287:
----------------------------------

    Description: 

The following query does not work:


select count(distinct col1, col2) from Tbl

  was:


The following query does not work:


select count(distinct col1, col2) from Tbl

        Summary: count distinct on multiple columns does not work  (was: [hive] distinct on multiple columns does not work)

> count distinct on multiple columns does not work
> ------------------------------------------------
>
>                 Key: HIVE-287
>                 URL: https://issues.apache.org/jira/browse/HIVE-287
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>
> The following query does not work:
> select count(distinct col1, col2) from Tbl

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