You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Hive QA (JIRA)" <ji...@apache.org> on 2013/08/13 01:31:48 UTC

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

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

Hive QA commented on HIVE-3189:
-------------------------------



{color:green}Overall{color}: +1 all checks pass

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12597528/Hive-3189.patch.txt

{color:green}SUCCESS:{color} +1 2849 tests passed

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/405/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/405/console

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
{noformat}

This message is automatically generated.
                
> 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