You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2011/01/24 19:54:44 UTC

[jira] Resolved: (PIG-1627) Flattening of bags with unknown schemas produces wrong schema

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

Daniel Dai resolved PIG-1627.
-----------------------------

    Resolution: Fixed

PIG-1786 checked in. Retest and now we get:
Schema for C unknown.

Close the Jira.

> Flattening of bags with unknown schemas produces wrong schema
> -------------------------------------------------------------
>
>                 Key: PIG-1627
>                 URL: https://issues.apache.org/jira/browse/PIG-1627
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.7.0
>            Reporter: Alan Gates
>            Assignee: Daniel Dai
>             Fix For: 0.9.0
>
>
> The following should produce an unknown schema:
> {code}
> A = load '/Users/gates/test/data/studenttab10';
> B = group A by $0;
> C = foreach B generate flatten(A);
> describe C;
> {code}
> Instead it gives
> {code}
> C: {bytearray}
> {code}

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