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

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

+1
                
> 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
>         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

Reply via email to