UDFToBoolean flipping values
----------------------------
Key: HIVE-197
URL: https://issues.apache.org/jira/browse/HIVE-197
Project: Hadoop Hive
Issue Type: Bug
Reporter: Raghotham Murthy
Assignee: Zheng ShaoUDFToBoolean should do return Boolean.valueOf(i.byteValue() != 0) Instead of return Boolean.valueOf(i.byteValue() == 0) Same for all other types. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
