Maxim Glukhov created HIVE-14862: ------------------------------------ Summary: Problems handling escaped quotes within strings Key: HIVE-14862 URL: https://issues.apache.org/jira/browse/HIVE-14862 Project: Hive Issue Type: Bug Components: hpl/sql Affects Versions: 2.1.0 Reporter: Maxim Glukhov Assignee: Dmitry Tolpeko
It seems that hpl/sql is not properly handling escaped quotes when it happens exactly at the string end. In example below, first command produces correct result, while second command produces invalid result: PRINT ''' '; PRINT ''''; -- This message was sent by Atlassian JIRA (v6.3.4#6332)