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 AE88FE8FE for ; Wed, 16 Jan 2013 07:08:13 +0000 (UTC) Received: (qmail 41074 invoked by uid 500); 16 Jan 2013 07:08:13 -0000 Delivered-To: apmail-pig-dev-archive@pig.apache.org Received: (qmail 41024 invoked by uid 500); 16 Jan 2013 07:08:13 -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 41011 invoked by uid 500); 16 Jan 2013 07:08:13 -0000 Delivered-To: apmail-hadoop-pig-dev@hadoop.apache.org Received: (qmail 41005 invoked by uid 99); 16 Jan 2013 07:08:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 16 Jan 2013 07:08:13 +0000 Date: Wed, 16 Jan 2013 07:08:12 +0000 (UTC) From: "Arnab Guin (JIRA)" To: pig-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (PIG-3083) Introduce new syntax that let's you project just the columns that come from a given :: prefix 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-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arnab Guin updated PIG-3083: ---------------------------- Tags: PIG-3078 Labels: PIG-3078 (was: ) Affects Version/s: 0.12 Release Note: Support scope-wise references to load aliases within nested relations Status: Patch Available (was: Open) > Introduce new syntax that let's you project just the columns that come from a given :: prefix > --------------------------------------------------------------------------------------------- > > Key: PIG-3083 > URL: https://issues.apache.org/jira/browse/PIG-3083 > Project: Pig > Issue Type: Bug > Affects Versions: 0.12 > Reporter: Jonathan Coveney > Labels: PIG-3078 > Fix For: 0.12 > > Attachments: pig_jira_aguin_3083.patch > > > This is basically a more refined approach than PIG-3078, but it is also more work. That JIRA is more of a stopgap until we do something like this. > The idea would be to support something like the following: > a = load 'a' as (x,y,z); > b = load 'b' as (x,y,z); > c = join a by x, b by x; > d = foreach c generate a::*; > Obviously this is useful for any case where you have relations with columns with various prefixes. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira