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

Ashish Thusoo commented on HIVE-643:
------------------------------------

This seems to have been checked in. Namit can you confirm and close.

Thanks,
Ashish


> Hive to recognized escaped strings
> ----------------------------------
>
>                 Key: HIVE-643
>                 URL: https://issues.apache.org/jira/browse/HIVE-643
>             Project: Hadoop Hive
>          Issue Type: Bug
>            Reporter: Zheng Shao
>            Assignee: Emil Ibrishimov
>            Priority: Minor
>             Fix For: 0.4.0
>
>         Attachments: HIVE-643.1.patch
>
>
> The Hive.g grammar rule does not allow including quotes in the string 
> literals using "\".
> {code}
> StringLiteral
>     :
>     ( '\'' ( ~'\'')* '\'' | '\"' (~'\"')* '\"' )+
>     ;
> {code}
> We should change it to work with escaped quotes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to