Return-Path: Delivered-To: apmail-hadoop-pig-commits-archive@www.apache.org Received: (qmail 33486 invoked from network); 4 Feb 2009 23:02:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Feb 2009 23:02:43 -0000 Received: (qmail 42432 invoked by uid 500); 4 Feb 2009 23:02:43 -0000 Delivered-To: apmail-hadoop-pig-commits-archive@hadoop.apache.org Received: (qmail 42389 invoked by uid 500); 4 Feb 2009 23:02:43 -0000 Mailing-List: contact pig-commits-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-commits@hadoop.apache.org Received: (qmail 42380 invoked by uid 500); 4 Feb 2009 23:02:43 -0000 Delivered-To: apmail-incubator-pig-commits@incubator.apache.org Received: (qmail 42376 invoked by uid 99); 4 Feb 2009 23:02:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 15:02:43 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Feb 2009 23:02:40 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id AA900118ED for ; Wed, 4 Feb 2009 23:02:19 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: pig-commits@incubator.apache.org Date: Wed, 04 Feb 2009 23:02:19 -0000 Message-ID: <20090204230219.3180.97160@eos.apache.org> Subject: [Pig Wiki] Update of "PigErrorHandlingFunctionalSpecification" by SanthoshSrinivasan X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Pig Wiki" for change notification. The following page has been changed by SanthoshSrinivasan: http://wiki.apache.org/pig/PigErrorHandlingFunctionalSpecification ------------------------------------------------------------------------------ ||1007||Found duplicates in schema. . Please alias the columns with unique names.|| ||1008||Expected a bag with a single element of type tuple but got a bag schema with multiple elements|| ||1009||Expected a bag with a single element of type tuple but got an element of type || - ||1010||getAtomicGroupByType is used only when dealing with atomic group col|| + ||1010||getAtomicGroupByType is used only when dealing with atomic col|| - ||1011||getTupleGroupBySchema is used only when dealing with tuple group col|| + ||1011||getTupleGroupBySchema is used only when dealing with group col|| - ||1012||Each COGroup input has to have the same number of inner plans|| + ||1012||Each input has to have the same number of inner plans|| - ||1013||Grouping attributes can either be star (*) or a list of expressions, but not both.|| + ||1013|| attributes can either be star (*) or a list of expressions, but not both.|| ||1014||Problem with input of User-defined function: || ||1015||Error determining fieldschema of constant: || ||1016||Problems in merging user defined schema|| @@ -344, +344 @@ 1. January 27, 2009: Updated "Compendium of error messages" to include new error codes (1076 through 1080, 2058 through 2066) 1. February 2, 2009: Updated "Compendium of error messages" to include new error codes (1081 through 1082, 2067 through 2092, 6014) 1. February 3, 2009: Updated "Compendium of error messages" to include new error codes (updated 2098 and 2099 to 2998 and 2999 respectively, added 2093 through 2101, 2103 through 2107) - 1. February 4, 2009: Updated "Compendium of error messages" to include new error codes (updated 2106, added 2102, 2108 through 2113) + 1. February 4, 2009: Updated "Compendium of error messages" to include new error codes (updated 1010, 1011, 1012 and 2106; added 2102, 2108 through 2113) == References ==