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 9A3A610303 for ; Tue, 25 Feb 2014 21:37:32 +0000 (UTC) Received: (qmail 15263 invoked by uid 500); 25 Feb 2014 21:37:25 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 15155 invoked by uid 500); 25 Feb 2014 21:37:23 -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 14949 invoked by uid 500); 25 Feb 2014 21:37:21 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 14859 invoked by uid 99); 25 Feb 2014 21:37:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Feb 2014 21:37:21 +0000 Date: Tue, 25 Feb 2014 21:37:21 +0000 (UTC) From: "Cheolsoo Park (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (PIG-3679) e2e StreamingPythonUDFs_10 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-3679?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cheolsoo Park updated PIG-3679: ------------------------------- Status: Patch Available (was: Open) > e2e StreamingPythonUDFs_10 fails in trunk > ----------------------------------------- > > Key: PIG-3679 > URL: https://issues.apache.org/jira/browse/PIG-3679 > Project: Pig > Issue Type: Bug > Reporter: Cheolsoo Park > Assignee: Cheolsoo Park > Fix For: 0.13.0 > > Attachments: PIG-3679-1.patch, PIG-3679-2.patch, PIG-3679-3.patch, PIG-3679-4.patch, PIG-3679-5.patch, PIG-3679-6.patch > > > The e2e test StreamingPythonUDFs_10 fails in trunk with NPE- > {code} > Caused by: java.lang.NullPointerException > at org.apache.pig.builtin.DoubleRound.exec(DoubleRound.java:45) > {code} > The test query is as follows- > {code} > a = load '/user/pig/tests/data/singlefile/allscalar10k' using PigStorage() as (name:chararray, age:int, gpa:double, instate:chararray); > b = foreach a generate name, ((double)ROUND((instate=='true'?gpa:gpa+1)*10000)) / 10000.0; > store b into '/user/pig/out/cheolsoop-1390330024-nightly.conf-StreamingPythonUDFs/StreamingPythonUDFs_10_benchmark.out'; > {code} -- This message was sent by Atlassian JIRA (v6.1.5#6160)