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

Alan Jackoway commented on HIVE-2409:
-------------------------------------

This is still happening on hive and beeline, whether using a file as input or 
just typing in the command lines.

> Semicolons in strings/comments are parsed as query-ending.
> ----------------------------------------------------------
>
>                 Key: HIVE-2409
>                 URL: https://issues.apache.org/jira/browse/HIVE-2409
>             Project: Hive
>          Issue Type: Bug
>          Components: Query Processor
>            Reporter: Adam Kramer
>
> This fails:
> select '.*? (f_.*?)[ ;$]' from akramer_one_row ;
> This succeeds:
> select '.*? (f_.*?)[ \;$]' from akramer_one_row ;
> ...there is no reasonable syntactic structure that wuold require the escaping 
> of a semicolon in a '-marked string. The query parser should NOT split on 
> semicolons that are in strings OR in comments. 



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

Reply via email to