You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Josh Elser (JIRA)" <ji...@apache.org> on 2014/02/03 19:18:09 UTC

[jira] [Issue Comment Deleted] (ACCUMULO-2297) Additional unnecessary member on InputFormatBase

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

Josh Elser updated ACCUMULO-2297:
---------------------------------

    Comment: was deleted

(was: Granted it would be bad practice, but if a user decided to put their input format in the same package as the Accumulo one, they could have access to it and suddenly their code would break.)

> Additional unnecessary member on InputFormatBase
> ------------------------------------------------
>
>                 Key: ACCUMULO-2297
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-2297
>             Project: Accumulo
>          Issue Type: Bug
>          Components: client
>    Affects Versions: 1.4.4, 1.5.0
>            Reporter: Josh Elser
>            Assignee: Josh Elser
>            Priority: Minor
>             Fix For: 1.4.5, 1.5.1, 1.6.0
>
>
> Noticed in 1.4.5 and 1.5.1 that there's an extra currentValue member defined in the RecordReaderBase that is never actually used (there's a currentV member that's used instead), conversely to the currentK and the currentKey members which are returned to the client and used for progress reporting, respectively.
> We probably shouldn't change these for the current versions (as we could break compilation across minor releases), but it likely makes sense to remove this extra, unnecessary variable before 1.6 goes out.



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