Krzysztof Adamski created HIVE-11828:
----------------------------------------

             Summary: beeline -f fails on scripts with tabs between column type 
and comment
                 Key: HIVE-11828
                 URL: https://issues.apache.org/jira/browse/HIVE-11828
             Project: Hive
          Issue Type: Bug
          Components: Beeline
    Affects Versions: 1.2.0
            Reporter: Krzysztof Adamski
            Priority: Minor


This issue was supposed to be resolved by 
https://issues.apache.org/jira/browse/HIVE-6359

However when invoking
       create table test (id int<tab>COMMENT 'test');
the following error appears

 beeline -f test.sql 
-u"jdbc:hive2://localhost:10000/default;principal=hive/[email protected]"
scan complete in 4ms
Connecting to 
jdbc:hive2://localhost:10000/default;[email protected]
Connected to: Apache Hive (version 1.1.0-cdh5.4.4)
Driver: Hive JDBC (version 1.1.0-cdh5.4.4)
Transaction isolation: TRANSACTION_REPEATABLE_READ
0: jdbc:hive2://localhost:10000/default> create table test (id intCOMMENT 
'test');
Error: Error while compiling statement: FAILED: ParseException line 1:22 cannot 
recognize input near 'intCOMMENT' ''test'' ')' in column type 
(state=42000,code=40000)

There is no problem when <tab> is between the columns e.g. 
      create table test (id int COMMENT 'test',<tab>id2 string COMMENT 'test2');



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to