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.

Reply via email to