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 AB6BE98C5 for ; Sun, 3 Jun 2012 03:07:28 +0000 (UTC) Received: (qmail 73713 invoked by uid 500); 3 Jun 2012 03:07:28 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 73364 invoked by uid 500); 3 Jun 2012 03:07:26 -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 73318 invoked by uid 500); 3 Jun 2012 03:07:24 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 73307 invoked by uid 99); 3 Jun 2012 03:07:23 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Jun 2012 03:07:23 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id AFDA01402B8 for ; Sun, 3 Jun 2012 03:07:23 +0000 (UTC) Date: Sun, 3 Jun 2012 03:07:23 +0000 (UTC) From: "Jonathan Coveney (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: <1196432234.31227.1338692843723.JavaMail.jiratomcat@issues-vm> In-Reply-To: <372163759.18992.1338416003013.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Updated] (PIG-2732) Let's get rid of the deprecated Tuple methods 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-2732?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jonathan Coveney updated PIG-2732: ---------------------------------- Attachment: fix_CSVExcelStorage_0.patch I've attached a fix for CSVExcelStorage. It just involved getting rid of the call to isNull(), which is superfluous. Side note: I've noticed that the test for IndexedStorage has been failing in piggybank (independent of the Tuple changes). I will submit a fix separately. > Let's get rid of the deprecated Tuple methods > --------------------------------------------- > > Key: PIG-2732 > URL: https://issues.apache.org/jira/browse/PIG-2732 > Project: Pig > Issue Type: Improvement > Reporter: Jonathan Coveney > Assignee: Jonathan Coveney > Fix For: 0.11 > > Attachments: PIG-2732-0.patch, fix_CSVExcelStorage_0.patch > > > In my favorite comment ever, this is the comment on isNull and setNull > {code} > /** > * This is an unsupported method. > * It never really worked. Don't use it! > * @param isNull (but it will be ignored) > */ > {code} > Simply delightful. Let's get rid of it! > And let's @deprecate reference, which never really was used to begin with -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira