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

Nhan Nguyen commented on HIVE-994:
----------------------------------

I found that the problem occurs only from r889672. Previous revisions don't 
have this problem.

Thanks

> String comparison stopped working on trunk code
> -----------------------------------------------
>
>                 Key: HIVE-994
>                 URL: https://issues.apache.org/jira/browse/HIVE-994
>             Project: Hadoop Hive
>          Issue Type: Bug
>         Environment: Hadoop v0.20.1 and latest Hive from trunk
>            Reporter: Nhan Nguyen
>            Priority: Critical
>
> Comparing string field with specified value always yield no match.
> E.g,
> Table staff
> ||id||name||
> |1|Peter|
> |2|Mary|
> |3|John|
> query: 
> {code}
> select * from staff where name="Peter";
> {code}
> yield no match.
> Hive stable version with the same configuration works correctly.
> Please help troubleshooting it.
> Thanks,

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to