Return-Path: Delivered-To: apmail-hadoop-pig-dev-archive@www.apache.org Received: (qmail 52358 invoked from network); 5 Apr 2010 17:51:52 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 Apr 2010 17:51:52 -0000 Received: (qmail 94464 invoked by uid 500); 5 Apr 2010 17:51:52 -0000 Delivered-To: apmail-hadoop-pig-dev-archive@hadoop.apache.org Received: (qmail 94374 invoked by uid 500); 5 Apr 2010 17:51:51 -0000 Mailing-List: contact pig-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pig-dev@hadoop.apache.org Delivered-To: mailing list pig-dev@hadoop.apache.org Received: (qmail 94089 invoked by uid 99); 5 Apr 2010 17:51:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Apr 2010 17:51:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Apr 2010 17:51:49 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2E746234C4BD for ; Mon, 5 Apr 2010 17:51:28 +0000 (UTC) Message-ID: <575633615.692691270489888189.JavaMail.jira@brutus.apache.org> Date: Mon, 5 Apr 2010 17:51:28 +0000 (UTC) From: "Thejas M Nair (JIRA)" To: pig-dev@hadoop.apache.org Subject: [jira] Updated: (PIG-1352) piggybank UPPER udf throws exception if argument is null In-Reply-To: <1629408382.663611270232547390.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/PIG-1352?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thejas M Nair updated PIG-1352: ------------------------------- Status: Patch Available (was: Open) > piggybank UPPER udf throws exception if argument is null > -------------------------------------------------------- > > Key: PIG-1352 > URL: https://issues.apache.org/jira/browse/PIG-1352 > Project: Pig > Issue Type: Bug > Affects Versions: 0.7.0 > Reporter: Thejas M Nair > Assignee: Thejas M Nair > Fix For: 0.7.0 > > Attachments: UPPER.patch > > > java.lang.NullPointerException > at org.apache.pig.piggybank.evaluation.string.UPPER.exec(UPPER.java:62) > at org.apache.pig.piggybank.evaluation.string.UPPER.exec(UPPER.java:42) > at org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.POUserFunc.getNext(POUserFunc.java:212) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.