[
https://issues.apache.org/jira/browse/HIVE-499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zheng Shao reassigned HIVE-499:
-------------------------------
Assignee: Zheng Shao
> CAST(intcolumn as INT) is failing
> ---------------------------------
>
> Key: HIVE-499
> URL: https://issues.apache.org/jira/browse/HIVE-499
> Project: Hadoop Hive
> Issue Type: Bug
> Reporter: Zheng Shao
> Assignee: Zheng Shao
>
> The bug can be reproduced by:
> {code}
> CREATE TABLE zshao_int(a int);
> select cast(a as int) from zshao_int;
> {code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.