Return-Path: X-Original-To: apmail-pig-dev-archive@www.apache.org Delivered-To: apmail-pig-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 785C7E84A for ; Wed, 6 Feb 2013 00:55:13 +0000 (UTC) Received: (qmail 64809 invoked by uid 500); 6 Feb 2013 00:55:13 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 64768 invoked by uid 500); 6 Feb 2013 00:55:13 -0000 Mailing-List: contact dev-help@pig.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pig.apache.org Delivered-To: mailing list dev@pig.apache.org Received: (qmail 64757 invoked by uid 500); 6 Feb 2013 00:55:13 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 64753 invoked by uid 99); 6 Feb 2013 00:55:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Feb 2013 00:55:13 +0000 Date: Wed, 6 Feb 2013 00:55:13 +0000 (UTC) From: "Johnny Zhang (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (PIG-3154) TestPackage.testOperator fails in trunk 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/PIG-3154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Johnny Zhang updated PIG-3154: ------------------------------ Status: Patch Available (was: Open) the fix is straightforward, add section for BigInteger and BigDecimal. I run the test and it pass now. > TestPackage.testOperator fails in trunk > --------------------------------------- > > Key: PIG-3154 > URL: https://issues.apache.org/jira/browse/PIG-3154 > Project: Pig > Issue Type: Bug > Affects Versions: 0.12 > Reporter: Cheolsoo Park > Assignee: Johnny Zhang > Labels: newbie > Fix For: 0.12 > > Attachments: PIG-3154.patch.txt > > > To reproduce the issue, do: > {code} > ant clean test -Dtestcase=TestPackage > {code} > The test fails with the following error: > {code} > No test case for type biginteger > junit.framework.AssertionFailedError: No test case for type biginteger > at org.apache.pig.test.TestPackage.pickTest(TestPackage.java:153) > at org.apache.pig.test.TestPackage.testOperator(TestPackage.java:171) > {code} > Apparently, this is broken by PIG-2764. -- 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