Return-Path: Delivered-To: apmail-hadoop-pig-dev-archive@www.apache.org Received: (qmail 45525 invoked from network); 6 Apr 2010 22:33:55 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 6 Apr 2010 22:33:55 -0000 Received: (qmail 84049 invoked by uid 500); 6 Apr 2010 22:33:55 -0000 Delivered-To: apmail-hadoop-pig-dev-archive@hadoop.apache.org Received: (qmail 83982 invoked by uid 500); 6 Apr 2010 22:33:55 -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 83939 invoked by uid 99); 6 Apr 2010 22:33:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Apr 2010 22:33:54 +0000 X-ASF-Spam-Status: No, hits=-1233.9 required=10.0 tests=ALL_TRUSTED,AWL 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; Tue, 06 Apr 2010 22:33:53 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 94052234C4B2 for ; Tue, 6 Apr 2010 22:33:33 +0000 (UTC) Message-ID: <312017183.28641270593213605.JavaMail.jira@brutus.apache.org> Date: Tue, 6 Apr 2010 22:33:33 +0000 (UTC) From: "Richard Ding (JIRA)" To: pig-dev@hadoop.apache.org Subject: [jira] Created: (PIG-1358) [piggybank] String functions should handle exceptions in a consistent manner MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [piggybank] String functions should handle exceptions in a consistent manner ----------------------------------------------------------------------------- Key: PIG-1358 URL: https://issues.apache.org/jira/browse/PIG-1358 Project: Pig Issue Type: Bug Affects Versions: 0.7.0 Reporter: Richard Ding The String functions in piggybank handles exceptions differently. Some catches all exceptions, some catches only ClassCastException, while some catches only ExecException. The exception handling code in these functions should be consistent. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.