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

Daniel Dai updated PIG-338:
---------------------------

    Attachment: PIG-338-2.patch

Try PIG-338-2.patch. Thanks.

> limit return uncorrect records following distinct
> -------------------------------------------------
>
>                 Key: PIG-338
>                 URL: https://issues.apache.org/jira/browse/PIG-338
>             Project: Pig
>          Issue Type: Bug
>          Components: impl
>    Affects Versions: types_branch
>            Reporter: Daniel Dai
>             Fix For: types_branch
>
>         Attachments: PIG-338-2.patch, PIG-338.patch, 
> TEST-org.apache.pig.test.TestLogicalOptimizer.txt
>
>
> The following script return fewer records than expected:
> a = load 'f';
> b = distinct a;
> c = limit b 10;
> dump c;

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