[
https://issues.apache.org/jira/browse/HIVE-3189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Xiu updated HIVE-3189:
----------------------
Attachment: Hive-3189.patch.txt
> cast ( <string type> as bigint) returning null values
> -----------------------------------------------------
>
> Key: HIVE-3189
> URL: https://issues.apache.org/jira/browse/HIVE-3189
> Project: Hive
> Issue Type: Bug
> Affects Versions: 0.8.0
> Reporter: N Campbell
> Attachments: Hive-3189.patch.txt
>
>
> select rnum, c1, cast(c1 as bigint) from cert.tsdchar tsdchar where rnum in
> (0,1,2)
> create table if not exists CERT.TSDCHAR ( RNUM int , C1 string)
> row format sequencefile
> rnum c1 _c2
> 0 -1 <null>
> 1 0 <null>
> 2 10 <null>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira