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

Daniel Dai updated PIG-1445:
----------------------------

          Status: Resolved  (was: Patch Available)
    Hadoop Flags: [Reviewed]
      Resolution: Fixed

Run unit test manually and all pass. Patch committed. 

> 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