You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Yongzhi Chen (JIRA)" <ji...@apache.org> on 2015/09/21 16:27:04 UTC

[jira] [Assigned] (HIVE-11723) Incorrect string literal escaping

     [ https://issues.apache.org/jira/browse/HIVE-11723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yongzhi Chen reassigned HIVE-11723:
-----------------------------------

    Assignee: Yongzhi Chen

> Incorrect string literal escaping
> ---------------------------------
>
>                 Key: HIVE-11723
>                 URL: https://issues.apache.org/jira/browse/HIVE-11723
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 1.1.1
>            Reporter: Uri Laserson
>            Assignee: Yongzhi Chen
>
> When I execute the following queries
> {code}
> CREATE TABLE t_hive (f1 STRING);
> INSERT INTO t_hive VALUES ('Cooper\'s');
> SELECT * FROM t_hive;
> {code}
> via the Hive shell or through HiveServer2 directly (via impyla), I would expect that the result to be
> {code}
> Cooper's
> {code}
> but instead I actually get
> {code}
> Cooper\'s
> {code}
> Actually, I'm not sure how that {{INSERT}} query is not even a syntax error.



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