You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Kousuke Saruta (JIRA)" <ji...@apache.org> on 2016/04/06 16:13:25 UTC

[jira] [Created] (HIVE-13434) BaseSemanticAnalyzer.unescapeSQLString doesn't unescape \0000 style character literals.

Kousuke Saruta created HIVE-13434:
-------------------------------------

             Summary: BaseSemanticAnalyzer.unescapeSQLString doesn't unescape \0000 style character literals.
                 Key: HIVE-13434
                 URL: https://issues.apache.org/jira/browse/HIVE-13434
             Project: Hive
          Issue Type: Bug
          Components: Parser
    Affects Versions: 2.1.0
            Reporter: Kousuke Saruta
            Assignee: Kousuke Saruta


BaseSemanticAnalyzer.unescapeSQLString method may have a fault. When "\u0061" style character literals are passed to the method, it's not unescaped successfully.

In Spark SQL project, we referenced the unescaping logic and noticed this issue (SPARK-14426)




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)