[ 
https://issues.apache.org/jira/browse/HIVE-3189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13738293#comment-13738293
 ] 

pandeeswaran commented on HIVE-3189:
------------------------------------

I am unable to reproduce this in 0.8.1.6
—
Sent from Mailbox for iPad

On Tue, Aug 13, 2013 at 6:21 PM, Ashutosh Chauhan (JIRA) <j...@apache.org>


                
> 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

Reply via email to