[ 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.