Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E19F910101 for ; Thu, 15 Aug 2013 05:11:59 +0000 (UTC) Received: (qmail 22318 invoked by uid 500); 15 Aug 2013 05:11:56 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 22068 invoked by uid 500); 15 Aug 2013 05:11:55 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 20485 invoked by uid 500); 15 Aug 2013 05:11:52 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 20479 invoked by uid 99); 15 Aug 2013 05:11:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Aug 2013 05:11:52 +0000 Date: Thu, 15 Aug 2013 05:11:51 +0000 (UTC) From: "Hudson (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-3189) cast ( as bigint) returning null values MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-3189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13740688#comment-13740688 ] Hudson commented on HIVE-3189: ------------------------------ FAILURE: Integrated in Hive-trunk-hadoop2 #361 (See [https://builds.apache.org/job/Hive-trunk-hadoop2/361/]) HIVE-3189 : cast ( 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 ( 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 > 1 0 > 2 10 -- 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