[ 
https://issues.apache.org/jira/browse/PIG-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892530#action_12892530
 ] 

Richard Ding commented on PIG-1445:
-----------------------------------

+1

> Pig error: ERROR 2013: Moving LOLimit in front of LOStream is not implemented 
> ------------------------------------------------------------------------------
>
>                 Key: PIG-1445
>                 URL: https://issues.apache.org/jira/browse/PIG-1445
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: 0.7.0
>            Reporter: Daniel Dai
>            Assignee: Daniel Dai
>             Fix For: 0.8.0
>
>         Attachments: PIG-1445-1.patch
>
>
> The following script fail due to "ERROR 2013: Moving LOLimit in front of 
> LOStream is not implemented".
> {code}
> A = LOAD 'data';
> B = STREAM A THROUGH `stream.pl`;
> C = LIMIT B 10;
> explain C;
> {code}

-- 
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