[ 
https://issues.apache.org/jira/browse/HIVE-643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emil Ibrishimov updated HIVE-643:
---------------------------------

    Fix Version/s: 0.4.0
           Status: Patch Available  (was: Open)

> 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
>            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