[ 
https://issues.apache.org/jira/browse/HIVE-19581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16529971#comment-16529971
 ] 

Naveen Gangam commented on HIVE-19581:
--------------------------------------

[~asherman] Fix has been pushed master. Thank you for your contribution.
Should the fix + test addition be committed to branch-3 as well? I ran this 
test against branch-3 and the test failed. If you think we should push this to 
branch-3 as well, could you please attach a new patch for branch-3 (name it so 
to make it obvious that it is for branch-3)? If not, I think we can close out 
this jira. Thanks again

{code}
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Failures: 
[ERROR]   TestCliDriver.testCliDriver:59 Client Execution succeeded but 
contained differences (error code = 1) after executing unicode_data.q 
74a75
>             filterExpr: (name = '李四') (type: boolean)

[INFO] 
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
{code}


> 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: HIVE-19581.1.patch, HIVE-19581.2.patch, 
> HIVE-19581.3.patch, HIVE-19581.4.patch, HIVE-19581.5.patch, 
> HIVE-19581.6.patch, 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)

Reply via email to