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

Daniel Dai closed PIG-1153.
---------------------------


> [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
>             Fix For: 0.7.0
>
>         Attachments: PIG-1153.patch, 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.

Reply via email to