You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Cheolsoo Park (JIRA)" <ji...@apache.org> on 2013/03/19 22:11:16 UTC

[jira] [Updated] (PIG-3253) Misleading comment w.r.t getSplitIndex() method in PigSplit.java

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

Cheolsoo Park updated PIG-3253:
-------------------------------

    Status: Patch Available  (was: Open)
    
> Misleading comment w.r.t getSplitIndex() method in PigSplit.java
> ----------------------------------------------------------------
>
>                 Key: PIG-3253
>                 URL: https://issues.apache.org/jira/browse/PIG-3253
>             Project: Pig
>          Issue Type: Bug
>            Reporter: Cheolsoo Park
>            Assignee: Cheolsoo Park
>            Priority: Minor
>         Attachments: PIG-3253.patch
>
>
> While reviewing the patch for PIG-3141, I noticed that the following comment is out-of-date:
> {code:title=PigSplit.java}
> // package level access because we don't want LoadFunc implementations
> // to get this information - this is to be used only from
> // MergeJoinIndexer
> public int getSplitIndex() {
>     return splitIndex;
> }
> {code}
> Looking at the commit history, the public qualifier was added by PIG-1309, but the comment wasn't updated accordingly.
> Provided that more and more LoadFunc implementations use this method (e.g. PIG-3141), we should remove this misleading comment to avoid any confusion.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira