You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Yan Zhou (JIRA)" <ji...@apache.org> on 2009/12/19 02:28:18 UTC

[jira] Updated: (PIG-1153) [zebra] spliting columns at different levels in a complex record column into different column groups throws exception

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

Yan Zhou updated PIG-1153:
--------------------------

    Attachment: PIG-1153.patch

> [zebra] spliting columns at different levels in a complex record column into different column groups throws exception
> ---------------------------------------------------------------------------------------------------------------------
>
>                 Key: PIG-1153
>                 URL: https://issues.apache.org/jira/browse/PIG-1153
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.7.0
>            Reporter: Xuefu Zhang
>            Assignee: Yan Zhou
>         Attachments: PIG-1153.patch
>
>
> The following code sample:
>       String strSch = "r1:record(f1:int, f2:int), r2:record(f5:int, r3:record(f3:float, f4))";
>       String strStorage = "[r1.f1, r2.r3.f3, r2.f5]; [r1.f2, r2.r3.f4]";
>       Partition p = new Partition(schema.toString(), strStorage, null);
> gives the following exception:
>     org.apache.hadoop.zebra.parser.ParseException: Different Split Types Set on the same field: r2.f5

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