Chip Sands created HIVE-17358: --------------------------------- Summary: Escape characters not working correctly on strings in an insert statement Key: HIVE-17358 URL: https://issues.apache.org/jira/browse/HIVE-17358 Project: Hive Issue Type: Bug Affects Versions: 1.2.2 Reporter: Chip Sands
example: insert into test values("abc\"d") The escaped double quote get through the parser correctly, but the escape char '\' get inserted as data. If you leave off the backslash (escape char), the parser correctly reports a syntax error. -- This message was sent by Atlassian JIRA (v6.4.14#64029)