[ https://issues.apache.org/jira/browse/HIVE-643?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Emil Ibrishimov updated HIVE-643: --------------------------------- Attachment: HIVE-643.1.patch > 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 > 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.