You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Namit Jain (JIRA)" <ji...@apache.org> on 2010/05/25 08:27:27 UTC

[jira] Created: (HIVE-1367) cluster by multiple columns does not work if parenthesis is present

cluster by multiple columns does not work if parenthesis is present
-------------------------------------------------------------------

                 Key: HIVE-1367
                 URL: https://issues.apache.org/jira/browse/HIVE-1367
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Query Processor
            Reporter: Namit Jain
             Fix For: 0.6.0


The following query:

select ...  from src cluster by (key, value)

throws a compile error:

whereas the query


select ...  from src cluster by key, value



works fine

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


[jira] Commented: (HIVE-1367) cluster by multiple columns does not work if parenthesis is present

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871037#action_12871037 ] 

Carl Steinbach commented on HIVE-1367:
--------------------------------------

Should this also apply to the DISTRIBUTE BY, ORDER BY, or SORT BY clauses?


> cluster by multiple columns does not work if parenthesis is present
> -------------------------------------------------------------------
>
>                 Key: HIVE-1367
>                 URL: https://issues.apache.org/jira/browse/HIVE-1367
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>             Fix For: 0.6.0
>
>
> The following query:
> select ...  from src cluster by (key, value)
> throws a compile error:
> whereas the query
> select ...  from src cluster by key, value
> works fine

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


[jira] Commented: (HIVE-1367) cluster by multiple columns does not work if parenthesis is present

Posted by "Namit Jain (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871303#action_12871303 ] 

Namit Jain commented on HIVE-1367:
----------------------------------

Thats right

> cluster by multiple columns does not work if parenthesis is present
> -------------------------------------------------------------------
>
>                 Key: HIVE-1367
>                 URL: https://issues.apache.org/jira/browse/HIVE-1367
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>             Fix For: 0.6.0
>
>
> The following query:
> select ...  from src cluster by (key, value)
> throws a compile error:
> whereas the query
> select ...  from src cluster by key, value
> works fine

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