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.