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 2008/10/15 00:25:44 UTC

[jira] Created: (PIG-495) generate of a bag with multiple columns produces only the first column

generate of a bag with multiple columns produces only the first column
----------------------------------------------------------------------

                 Key: PIG-495
                 URL: https://issues.apache.org/jira/browse/PIG-495
             Project: Pig
          Issue Type: Bug
    Affects Versions: types_branch
            Reporter: Olga Natkovich
            Assignee: Olga Natkovich
             Fix For: types_branch


The following query produces the incorrect results 

A = load 'data' as (x, y, z);
B = group A by x;
C = foreach B generate A.(y.z);

The output only contains 1 column 

(55)
(33)
....

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


[jira] Resolved: (PIG-495) generate of a bag with multiple columns produces only the first column

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

Olga Natkovich resolved PIG-495.
--------------------------------

    Resolution: Fixed

patch committed; thanks pradeep for help and review

> generate of a bag with multiple columns produces only the first column
> ----------------------------------------------------------------------
>
>                 Key: PIG-495
>                 URL: https://issues.apache.org/jira/browse/PIG-495
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Olga Natkovich
>            Assignee: Olga Natkovich
>             Fix For: types_branch
>
>         Attachments: PIG-495, PIG-495.patch
>
>
> The following query produces the incorrect results 
> A = load 'data' as (x, y, z);
> B = group A by x;
> C = foreach B generate A.(y.z);
> The output only contains 1 column 
> (55)
> (33)
> ....

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


[jira] Updated: (PIG-495) generate of a bag with multiple columns produces only the first column

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

Olga Natkovich updated PIG-495:
-------------------------------

    Attachment: PIG-495

> generate of a bag with multiple columns produces only the first column
> ----------------------------------------------------------------------
>
>                 Key: PIG-495
>                 URL: https://issues.apache.org/jira/browse/PIG-495
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Olga Natkovich
>            Assignee: Olga Natkovich
>             Fix For: types_branch
>
>         Attachments: PIG-495
>
>
> The following query produces the incorrect results 
> A = load 'data' as (x, y, z);
> B = group A by x;
> C = foreach B generate A.(y.z);
> The output only contains 1 column 
> (55)
> (33)
> ....

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


[jira] Commented: (PIG-495) generate of a bag with multiple columns produces only the first column

Posted by "Pradeep Kamath (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/PIG-495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639672#action_12639672 ] 

Pradeep Kamath commented on PIG-495:
------------------------------------

Looks good - +1

> generate of a bag with multiple columns produces only the first column
> ----------------------------------------------------------------------
>
>                 Key: PIG-495
>                 URL: https://issues.apache.org/jira/browse/PIG-495
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Olga Natkovich
>            Assignee: Olga Natkovich
>             Fix For: types_branch
>
>         Attachments: PIG-495, PIG-495.patch
>
>
> The following query produces the incorrect results 
> A = load 'data' as (x, y, z);
> B = group A by x;
> C = foreach B generate A.(y.z);
> The output only contains 1 column 
> (55)
> (33)
> ....

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


[jira] Updated: (PIG-495) generate of a bag with multiple columns produces only the first column

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

Olga Natkovich updated PIG-495:
-------------------------------

    Attachment: PIG-495.patch

> generate of a bag with multiple columns produces only the first column
> ----------------------------------------------------------------------
>
>                 Key: PIG-495
>                 URL: https://issues.apache.org/jira/browse/PIG-495
>             Project: Pig
>          Issue Type: Bug
>    Affects Versions: types_branch
>            Reporter: Olga Natkovich
>            Assignee: Olga Natkovich
>             Fix For: types_branch
>
>         Attachments: PIG-495, PIG-495.patch
>
>
> The following query produces the incorrect results 
> A = load 'data' as (x, y, z);
> B = group A by x;
> C = foreach B generate A.(y.z);
> The output only contains 1 column 
> (55)
> (33)
> ....

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