You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "S. Alex Smith (JIRA)" <ji...@apache.org> on 2009/02/13 21:06:59 UTC

[jira] Resolved: (HIVE-155) parenthesis should not mess up a group by

     [ https://issues.apache.org/jira/browse/HIVE-155?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

S. Alex Smith resolved HIVE-155.
--------------------------------

    Resolution: Duplicate

This is subsumed by a general parenthesis issue I just submitted.

> parenthesis should not mess up a group by
> -----------------------------------------
>
>                 Key: HIVE-155
>                 URL: https://issues.apache.org/jira/browse/HIVE-155
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Clients
>            Reporter: S. Alex Smith
>            Priority: Minor
>
> Using parenthesis breaks group by statements, in the sense that:
> "... GROUP BY (mytable.a, mytable.b)"
> results in a parse error:
> FAILED: Parse Error: line 1:136 mismatched input ',' expecting )
> This should be made to work equivalently to
> "... GROUP BY mytable.a, mytable.b"

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.