Comments can't have semi-colons
-------------------------------

                 Key: HIVE-353
                 URL: https://issues.apache.org/jira/browse/HIVE-353
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Query Processor
            Reporter: S. Alex Smith
            Priority: Minor



hive> CREATE TABLE tmp_foo(foo DOUBLE COMMENT ';');
FAILED: Parse Error: line 2:7 mismatched input 'TABLE' expecting TEMPORARY in 
create function statement

hive> CREATE TABLE tmp_foo(foo DOUBLE);        
OK


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