[ https://issues.apache.org/jira/browse/HIVE-14304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15389115#comment-15389115 ]
niklaus xiao commented on HIVE-14304: ------------------------------------- cc [~hsubramaniyan] for code review, since you are the original author. > 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 > Fix For: 2.2.0 > > Attachments: HIVE-14304.1.patch > > > 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)