Billie Rinaldi created ACCUMULO-633:
---------------------------------------

             Summary: FirstEntryInRowIterator is broken and has no test
                 Key: ACCUMULO-633
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-633
             Project: Accumulo
          Issue Type: Bug
          Components: client
    Affects Versions: 1.4.0, 1.3.5
            Reporter: Billie Rinaldi
            Assignee: Billie Rinaldi
            Priority: Minor
             Fix For: 1.5.0, 1.4.1


In 1.4 and trunk, the iterator throws a NullPointerException when seeked.

In 1.3 the iterator runs, but there is a question as to what it should do when 
it is seeked to the middle of a row.  Currently, it returns the first key found 
within the range.  I believe this should be changed to ignore the remaining 
portion of that row and return the first key of the next row.  Should this 
change be made in 1.3, or should I leave it as is and just change it in 1.4 and 
greater?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to