Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
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;
Attachments
Attachments
Issue Links
- incorporates
-
PIG-4789 Pig on TEZ creates wrong result with replicated join
- Resolved
- links to