Return-Path: Delivered-To: apmail-incubator-pig-dev-archive@locus.apache.org Received: (qmail 20726 invoked from network); 29 May 2008 14:41:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 May 2008 14:41:08 -0000 Received: (qmail 28026 invoked by uid 500); 29 May 2008 14:41:10 -0000 Delivered-To: apmail-incubator-pig-dev-archive@incubator.apache.org Received: (qmail 27910 invoked by uid 500); 29 May 2008 14:41:10 -0000 Mailing-List: contact pig-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: pig-dev@incubator.apache.org Delivered-To: mailing list pig-dev@incubator.apache.org Received: (qmail 27837 invoked by uid 99); 29 May 2008 14:41:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2008 07:41:10 -0700 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 May 2008 14:40:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 01739234C128 for ; Thu, 29 May 2008 07:40:45 -0700 (PDT) Message-ID: <1879024344.1212072044993.JavaMail.jira@brutus> Date: Thu, 29 May 2008 07:40:44 -0700 (PDT) From: "Santhosh Srinivasan (JIRA)" To: pig-dev@incubator.apache.org Subject: [jira] Updated: (PIG-158) Rework logical plan In-Reply-To: <441072906.1205956464426.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/PIG-158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Santhosh Srinivasan updated PIG-158: ------------------------------------ Attachment: udf_return_type.patch The udf_return_type.patch fixes the following issues: 1. The return type of UDF is deduced (Thanks Shravan) 2. The logical plan for store was not returned appropriately. Thats fixed now (Thanks Shravan) 3. Shravan fixed an issue with the Logical to Physical translator. I have included that fix as part of this patch. 4. Changed PigServer to use logical plans for executing instead of looking up the logical plan through aliases. TODO: 1. A couple of map reduce unit test cases are failing. 2. Integrate pigRegisterFunction with the Parser 3. Fix an issue with getFieldSchema() method in LOProject. > Rework logical plan > ------------------- > > Key: PIG-158 > URL: https://issues.apache.org/jira/browse/PIG-158 > Project: Pig > Issue Type: Sub-task > Components: impl > Reporter: Alan Gates > Assignee: Alan Gates > Attachments: is_null.patch, logical_operators.patch, logical_operators_rev_1.patch, logical_operators_rev_2.patch, logical_operators_rev_3.patch, parser_changes.patch, parser_changes_v1.patch, parser_changes_v2.patch, parser_changes_v3.patch, parser_changes_v4.patch, ParserErrors.txt, udf_return_type.patch, user_func_and_store.patch, visitorWalker.patch > > > Rework the logical plan in line with http://wiki.apache.org/pig/PigExecutionModel -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.