[
https://issues.apache.org/jira/browse/HIVE-19581?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16525376#comment-16525376
]
Naveen Gangam commented on HIVE-19581:
--------------------------------------
[~asherman] The change looks good to me. Just a minor suggestion. Would it be
better to define a table with 2 columns and do a select on the one column,
instead of {{select *}} while the filter uses specifies column? Might be a bit
more complete.
I am good with what we have currently as well.
> 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, 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)