You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "efan lee (JIRA)" <ji...@apache.org> on 2013/08/29 11:22:52 UTC

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

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

efan lee commented on HIVE-1367:
--------------------------------

I found that the result of "DISTRIBUTE BY" is not certain?
It cause the failure of unit test.
                
> cluster by multiple columns does not work if parenthesis is present
> -------------------------------------------------------------------
>
>                 Key: HIVE-1367
>                 URL: https://issues.apache.org/jira/browse/HIVE-1367
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Namit Jain
>            Assignee: Zhenxiao Luo
>             Fix For: 0.10.0
>
>         Attachments: HIVE-1367.1.patch.txt
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira