[ https://issues.apache.org/jira/browse/HIVE-7348?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14082085#comment-14082085 ]
Szehon Ho commented on HIVE-7348: --------------------------------- I didnt find old Hive CLIDriver support that type of query directly, but looking at the code it does have some logic to support escaped semicolons, like: {noformat} select * from ${D_TBL} where d = "\;"; {noformat} Probably worth having a similar thing in Beeline? > Beeline could not parse ; separated queries provided with -e option > ------------------------------------------------------------------- > > Key: HIVE-7348 > URL: https://issues.apache.org/jira/browse/HIVE-7348 > Project: Hive > Issue Type: Bug > Reporter: Ashish Kumar Singh > Assignee: Ashish Kumar Singh > Attachments: HIVE-7348.1.patch, HIVE-7348.2.patch, HIVE-7348.patch > > > Beeline could not parse ; separated queries provided with -e option. This > works fine on hive cli. -- This message was sent by Atlassian JIRA (v6.2#6252)