[
https://issues.apache.org/jira/browse/HIVE-3189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13741132#comment-13741132
]
Hudson commented on HIVE-3189:
------------------------------
FAILURE: Integrated in Hive-trunk-hadoop2-ptest #58 (See
[https://builds.apache.org/job/Hive-trunk-hadoop2-ptest/58/])
HIVE-3189 : cast ( <string type> as bigint) returning null values (Xiu via
Ashutosh Chauhan) (hashutosh:
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1513951)
* /hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/udf/TestToInteger.java
* /hive/trunk/ql/src/test/org/apache/hadoop/hive/ql/udf/TestUDFDateAdd.java
> 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
> Assignee: Xiu
> Fix For: 0.12.0
>
> 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