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

Daniel Dai updated PIG-4690:
----------------------------
    Attachment: PIG-4690-branch-15.patch

Rebase the patch to branch 0.15.

> 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, 
> PIG-4690-branch-15.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)

Reply via email to