[ https://issues.apache.org/jira/browse/HIVE-1367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13466639#comment-13466639 ]
Hudson commented on HIVE-1367: ------------------------------ Integrated in Hive-trunk-h0.21 #1711 (See [https://builds.apache.org/job/Hive-trunk-h0.21/1711/]) HIVE-1367 cluster by multiple columns does not work if parenthesis is present (Zhenxiao Luo via namit) (Revision 1392091) Result = FAILURE namit : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1392091 Files : * /hive/trunk/ql/src/java/org/apache/hadoop/hive/ql/parse/Hive.g * /hive/trunk/ql/src/test/queries/clientpositive/parenthesis_star_by.q * /hive/trunk/ql/src/test/results/clientpositive/parenthesis_star_by.q.out > 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