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 D902889CD for ; Fri, 12 Aug 2011 17:02:50 +0000 (UTC) Received: (qmail 25141 invoked by uid 500); 12 Aug 2011 17:02:50 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 25058 invoked by uid 500); 12 Aug 2011 17:02:49 -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 25037 invoked by uid 500); 12 Aug 2011 17:02:49 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 25028 invoked by uid 99); 12 Aug 2011 17:02:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Aug 2011 17:02:48 +0000 X-ASF-Spam-Status: No, hits=-2000.8 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Aug 2011 17:02:47 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 350D5B9F04 for ; Fri, 12 Aug 2011 17:02:27 +0000 (UTC) Date: Fri, 12 Aug 2011 17:02:27 +0000 (UTC) From: "Alan Gates (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: <1207225377.33834.1313168547214.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1580991028.25680.1313016087103.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Assigned] (PIG-2214) InternalSortedBag two-arg constructor doesn't pass bagCount 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-2214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alan Gates reassigned PIG-2214: ------------------------------- Assignee: Stephen Allen > InternalSortedBag two-arg constructor doesn't pass bagCount > ----------------------------------------------------------- > > Key: PIG-2214 > URL: https://issues.apache.org/jira/browse/PIG-2214 > Project: Pig > Issue Type: Bug > Reporter: Stephen Allen > Assignee: Stephen Allen > Priority: Minor > Fix For: 0.10 > > Attachments: PIG-2214-r1156390.patch > > > The InternalSortedBag(int bagCount, Comparator comp) constructor doesn't properly pass bagCount to the three-arg constructor. > Fixing this issue may have an effect on POSort.java line 268 which uses the two-arg constructor but the specified bagCount (3) is being ignored and the default (1) is used instead. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira