[
https://issues.apache.org/jira/browse/PIG-4690?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rohini Palaniswamy updated PIG-4690:
------------------------------------
Attachment: PIG-4690-3.patch
> Union with self replicate join will fail in Tez
> -----------------------------------------------
>
> Key: PIG-4690
> URL: https://issues.apache.org/jira/browse/PIG-4690
> Project: Pig
> Issue Type: Bug
> Reporter: Rohini Palaniswamy
> Assignee: Rohini Palaniswamy
> Fix For: 0.16.0
>
> Attachments: PIG-4690-1.patch, PIG-4690-2.patch, PIG-4690-3.patch
>
>
> Found this while trying to get a reproducible script for a different issue.
> Not a user reported one, but a possibility nonetheless.
> A = LOAD 'x';
> B = LOAD 'y';
> C = UNION A, B;
> D = JOIN C, A using 'repl';
> DUMP D;
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)