You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Andrew Sherman (JIRA)" <ji...@apache.org> on 2018/06/21 21:43:00 UTC

[jira] [Assigned] (HIVE-19581) view do not support unicode characters well

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

Andrew Sherman reassigned HIVE-19581:
-------------------------------------

    Assignee: Andrew Sherman

> view do not support unicode characters well
> -------------------------------------------
>
>                 Key: HIVE-19581
>                 URL: https://issues.apache.org/jira/browse/HIVE-19581
>             Project: Hive
>          Issue Type: Bug
>    Affects Versions: 1.1.0
>            Reporter: kai
>            Assignee: Andrew Sherman
>            Priority: Major
>         Attachments: explain.png, metastore.png
>
>
> create table t_test (name ,string) ;
>  insert into table t_test VALUES ('李四');
>  create view t_view_test as select * from t_test where name='李四';
> when select  * from t_view_test   no  records return



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)