You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Namit Jain (JIRA)" <ji...@apache.org> on 2012/05/21 22:52:40 UTC

[jira] [Created] (HIVE-3043) escape all characters as mysql in hive

Namit Jain created HIVE-3043:
--------------------------------

             Summary: escape all characters as mysql in hive
                 Key: HIVE-3043
                 URL: https://issues.apache.org/jira/browse/HIVE-3043
             Project: Hive
          Issue Type: Bug
            Reporter: Namit Jain


escape all the characters across custom transforms as mysql


In HIVE-3030, when hive.transform.escape.input is set to true, hive only escapes the following:

tab
carriage return
new line
\


It would be useful to be compatible with mysql:

http://dev.mysql.com/doc/refman/5.0/en/string-literals.html#character-escape-sequences


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira