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

Alan Gates updated PIG-338:
---------------------------

    Status: Open  (was: Patch Available)

After applying the patch I get three failures in TestLogicalOptimizer.  I'll 
attach the test log.

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