String comparison stop working
------------------------------
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.