[ 
https://issues.apache.org/jira/browse/HIVE-2012?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13000570#comment-13000570
 ] 

Carl Steinbach commented on HIVE-2012:
--------------------------------------

{code}

create table lines(string line)
PARTITIONED BY (rownum BIGINT)
STORED AS SEQUENCEFILE;
FAILED: Parse Error:
line 1:13 mismatched input 'lines' expecting Identifier in create statement
                                             ^^^^^^^^^^
{code}

Instead of saying "Identifier", it should say "Type" or "column type".


> Improve parser error messages
> -----------------------------
>
>                 Key: HIVE-2012
>                 URL: https://issues.apache.org/jira/browse/HIVE-2012
>             Project: Hive
>          Issue Type: Bug
>          Components: Diagnosability, Query Processor
>            Reporter: Carl Steinbach
>
> This is a place for accumulating error message improvements for the Hive 
> parser so that we can update a bunch in batch.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to