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


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