[ 
https://issues.apache.org/jira/browse/PIG-3083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aniket Mokashi updated PIG-3083:
--------------------------------

    Fix Version/s:     (was: 0.13.0)
                   0.14.0

> 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.0
>            Reporter: Jonathan Coveney
>              Labels: PIG-3078
>             Fix For: 0.14.0
>
>         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 was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to