You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Olga Natkovich (JIRA)" <ji...@apache.org> on 2009/01/26 22:01:59 UTC

[jira] Resolved: (PIG-268) Describe Bug

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

Olga Natkovich resolved PIG-268.
--------------------------------

    Resolution: Fixed

This issue is resolved with latest code

> Describe Bug
> ------------
>
>                 Key: PIG-268
>                 URL: https://issues.apache.org/jira/browse/PIG-268
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Amir Youssefi
>            Priority: Trivial
>
> Priority: Trivial 
> grunt> a = load 'test.txt' as (x,y) ;
> grunt> b = filter a by  x eq 'abc';
> grunt> describe a;
> a: (x, y )
> grunt> describe b;
> b: (x, y )
> grunt> describe a;
> b: (x, y )
> last one is describe a but gives b: (x, y )

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