[
https://issues.apache.org/jira/browse/PIG-304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alan Gates updated PIG-304:
---------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
movelocalrearrange.patch checked in.
> Distinct fail if previous map plan is closed
> --------------------------------------------
>
> Key: PIG-304
> URL: https://issues.apache.org/jira/browse/PIG-304
> Project: Pig
> Issue Type: Bug
> Components: impl
> Affects Versions: types_branch
> Reporter: Daniel Dai
> Assignee: Alan Gates
> Fix For: types_branch
>
> Attachments: distinct.patch, movelocalrearrange.patch
>
>
> Distinct will fail when the previous map plan is closed. For example, the
> following script fail:
> a = load 'a';
> b = group a by $0;
> c = foreach b generate $1;
> d = distinct c;
> dump d;
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.