niklaus xiao created HIVE-14304:
-----------------------------------

             Summary: Beeline command will fail when entireLineAsCommand set to 
true
                 Key: HIVE-14304
                 URL: https://issues.apache.org/jira/browse/HIVE-14304
             Project: Hive
          Issue Type: Bug
          Components: Beeline
    Affects Versions: 1.3.0, 2.2.0
            Reporter: niklaus xiao
            Assignee: niklaus xiao


Use beeline
{code}
beeline --entireLineAsCommand=true
{code}

show tables fail:
{code}
0: jdbc:hive2://189.39.151.44:21066/> show tables;
Error: Error while compiling statement: FAILED: ParseException line 1:11 
extraneous input ';' expecting EOF near '<EOF>' (state=42000,code=40000)
{code}

We should remove the trailing semi-colon.



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

Reply via email to