Return-Path: X-Original-To: apmail-pig-commits-archive@www.apache.org Delivered-To: apmail-pig-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1248FD458 for ; Mon, 15 Oct 2012 19:56:37 +0000 (UTC) Received: (qmail 22963 invoked by uid 500); 15 Oct 2012 19:56:37 -0000 Delivered-To: apmail-pig-commits-archive@pig.apache.org Received: (qmail 22941 invoked by uid 500); 15 Oct 2012 19:56:36 -0000 Mailing-List: contact commits-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 commits@pig.apache.org Received: (qmail 22932 invoked by uid 99); 15 Oct 2012 19:56:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2012 19:56:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2012 19:56:35 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C804A23889B8 for ; Mon, 15 Oct 2012 19:55:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1398483 - in /pig/branches/branch-0.11: CHANGES.txt src/org/apache/pig/data/ReadOnceBag.java Date: Mon, 15 Oct 2012 19:55:52 -0000 To: commits@pig.apache.org From: jcoveney@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121015195552.C804A23889B8@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jcoveney Date: Mon Oct 15 19:55:52 2012 New Revision: 1398483 URL: http://svn.apache.org/viewvc?rev=1398483&view=rev Log: PIG-2963: Illustrate command and POPackageLite (cheolsoo via jcoveney) Modified: pig/branches/branch-0.11/CHANGES.txt pig/branches/branch-0.11/src/org/apache/pig/data/ReadOnceBag.java Modified: pig/branches/branch-0.11/CHANGES.txt URL: http://svn.apache.org/viewvc/pig/branches/branch-0.11/CHANGES.txt?rev=1398483&r1=1398482&r2=1398483&view=diff ============================================================================== --- pig/branches/branch-0.11/CHANGES.txt (original) +++ pig/branches/branch-0.11/CHANGES.txt Mon Oct 15 19:55:52 2012 @@ -295,6 +295,8 @@ OPTIMIZATIONS BUG FIXES +PIG-2963: Illustrate command and POPackageLite (cheolsoo via jcoveney) + PIG-2961: BinInterSedesRawComparator broken by TUPLE_number patch (jcoveney) PIG-2932: Setting high default_parallel causes IOException in local mode (cheolsoo via gates) Modified: pig/branches/branch-0.11/src/org/apache/pig/data/ReadOnceBag.java URL: http://svn.apache.org/viewvc/pig/branches/branch-0.11/src/org/apache/pig/data/ReadOnceBag.java?rev=1398483&r1=1398482&r2=1398483&view=diff ============================================================================== --- pig/branches/branch-0.11/src/org/apache/pig/data/ReadOnceBag.java (original) +++ pig/branches/branch-0.11/src/org/apache/pig/data/ReadOnceBag.java Mon Oct 15 19:55:52 2012 @@ -71,7 +71,7 @@ public class ReadOnceBag implements Data */ @Override public long getMemorySize() { - throw new RuntimeException("ReadOnceBag does not support getMemorySize operation"); + return 0; } /* (non-Javadoc)