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 2010/06/09 21:12:13 UTC

[jira] Updated: (PIG-1445) Pig error: ERROR 2013: Moving LOLimit in front of LOStream is not implemented

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

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

    Attachment: PIG-1445-1.patch

We should not push LOLimit in front of LOStream. Attach patch.

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