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

Cheolsoo Park updated PIG-3626:
-------------------------------

    Attachment: PIG-3626-hotfix.patch

[~rohini], I found a bug in your commit that breaks replicated join e2e tests 
in tez.conf-
{code:title=Tezcompiler.java#L755}
if (tezOp.getSplitOperatorKey() == null) {
  inputKeys.add(tezOp.getSplitOperatorKey().toString()); //--> NPE because 
getSplitOperatorKey() is null.
} else {
  inputKeys.add(tezOp.getOperatorKey().toString());
}
{code}
I will commit the hotfix that I am attaching. Thanks!

> Make combiners, custom partitioners and secondary key sort work for multiple 
> outputs
> ------------------------------------------------------------------------------------
>
>                 Key: PIG-3626
>                 URL: https://issues.apache.org/jira/browse/PIG-3626
>             Project: Pig
>          Issue Type: Sub-task
>          Components: tez
>            Reporter: Rohini Palaniswamy
>            Assignee: Rohini Palaniswamy
>             Fix For: tez-branch
>
>         Attachments: PIG-3626-1.patch, PIG-3626-2.patch, PIG-3626-hotfix.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to