Fix bug in TypeConverter
------------------------

                 Key: HIVE-624
                 URL: https://issues.apache.org/jira/browse/HIVE-624
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Query Processor
            Reporter: Zheng Shao
            Assignee: Zheng Shao


There is a bug in the Converter - we are converting all objects to Primitive 
Java objects instead of Writable.
This has caused some queries to fail:

{code}
SELECT IF(false, 1, cast(2 as smallint)) + 3 FROM any_table;
{code}


-- 
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