[
https://issues.apache.org/jira/browse/PIG-1036?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12773149#action_12773149
]
Ankit Modi commented on PIG-1036:
---------------------------------
Also the the patch fixes two wrong error codes in
{code}LogToPhyTranslationVisitor.updateWithEmptyBagCheck{code}
{code}
int errCode = 1109; // was 1105
String msg = "Input (" + joinInput.getAlias() + ") " +
"on which outer join is desired should have a valid
schema";
....
} catch (FrontendException e) {
int errCode = 2104; // was 2014
....
{code}
> Fragment-replicate left outer join
> ----------------------------------
>
> Key: PIG-1036
> URL: https://issues.apache.org/jira/browse/PIG-1036
> Project: Pig
> Issue Type: New Feature
> Reporter: Olga Natkovich
> Assignee: Ankit Modi
> Attachments: LeftOuterFRJoin.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.