[ 
https://issues.apache.org/jira/browse/PIG-926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12745510#action_12745510
 ] 

Ashutosh Chauhan commented on PIG-926:
--------------------------------------

Findbugs warning is about dummyTuple. A dummyTuple is used as an argument to 
call appropriate overloaded getNext() of physical operator. Since this is just 
a marker, it is initialized as null and never updated. Findbugs thinks that it 
will always be null, which is true, but it doesn't affect in any way. There is 
no workaround to get rid of this warning.

> Merge-Join phase 2
> ------------------
>
>                 Key: PIG-926
>                 URL: https://issues.apache.org/jira/browse/PIG-926
>             Project: Pig
>          Issue Type: Improvement
>          Components: impl
>            Reporter: Ashutosh Chauhan
>            Assignee: Ashutosh Chauhan
>            Priority: Minor
>         Attachments: mj_phase2_1.patch
>
>
> This jira is created to keep track of phase-2 work for MergeJoin. Various 
> limitations exist in phase-1 for Merge Join which are listed on: 
> http://wiki.apache.org/pig/PigMergeJoin Those will be addressed here.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to