You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Christopher Olston (JIRA)" <ji...@apache.org> on 2008/10/31 21:45:44 UTC

[jira] Created: (PIG-515) Currently Pig does not support assigning an existing relation to another alias (e.g., B = A;)

Currently Pig does not support assigning an existing relation to another alias (e.g., B = A;)
---------------------------------------------------------------------------------------------

                 Key: PIG-515
                 URL: https://issues.apache.org/jira/browse/PIG-515
             Project: Pig
          Issue Type: Bug
    Affects Versions: types_branch
            Reporter: Christopher Olston
            Priority: Minor


I write software on top of Pig, which automatically generates Pig scripts. It makes my life much easier if I can write "B = A;" as a pig command. It used to work in the old version of pig, but doesn't work in "types" branch. Should be simple to fix -- e.g. rewrite into foreach B generate *; or introduce an "identity" operator, or simply compile it away.

Thanks!

-Chris

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (PIG-515) Currently Pig does not support assigning an existing relation to another alias (e.g., B = A;)

Posted by "Olga Natkovich (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/PIG-515?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olga Natkovich resolved PIG-515.
--------------------------------

    Resolution: Duplicate

This is duplicate of PIG-438 I think

> Currently Pig does not support assigning an existing relation to another alias (e.g., B = A;)
> ---------------------------------------------------------------------------------------------
>
>                 Key: PIG-515
>                 URL: https://issues.apache.org/jira/browse/PIG-515
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Christopher Olston
>            Priority: Minor
>
> I write software on top of Pig, which automatically generates Pig scripts. It makes my life much easier if I can write "B = A;" as a pig command. It used to work in the old version of pig, but doesn't work in "types" branch. Should be simple to fix -- e.g. rewrite into foreach B generate *; or introduce an "identity" operator, or simply compile it away.
> Thanks!
> -Chris

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.