You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "N Campbell (JIRA)" <ji...@apache.org> on 2012/06/24 17:22:42 UTC

[jira] [Created] (HIVE-3189) cast ( as bigint) returning null values

N Campbell created HIVE-3189:
--------------------------------

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


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: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira