You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Dmitriy V. Ryaboy (Resolved) (JIRA)" <ji...@apache.org> on 2011/12/16 04:41:30 UTC

[jira] [Resolved] (PIG-2268) Parser gobbles up the name of tuple in the bag

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

Dmitriy V. Ryaboy resolved PIG-2268.
------------------------------------

    Resolution: Duplicate
    
> Parser gobbles up the name of tuple in the bag
> ----------------------------------------------
>
>                 Key: PIG-2268
>                 URL: https://issues.apache.org/jira/browse/PIG-2268
>             Project: Pig
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 0.9.0
>            Reporter: Ashutosh Chauhan
>
> {code}
> grunt> a = load 'a' as (bag: {mytuple: (f1:int)});
> grunt> describe a;
> a: {bag: {(f1: int)}}
> {code}
> Notice 'mytuple' is not there in describe. 
> Same case is true even for getSchema() function of StoreFunc interface. There also name is missing. Fix for this issue should contain test case for that also.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira