You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Maytee Chinavanichkit (JIRA)" <ji...@apache.org> on 2017/10/02 06:20:02 UTC

[jira] [Created] (HBASE-18921) Result.current() throws ArrayIndexOutOfBoundsException after calling advance()

Maytee Chinavanichkit created HBASE-18921:
---------------------------------------------

             Summary: Result.current() throws ArrayIndexOutOfBoundsException after calling advance()
                 Key: HBASE-18921
                 URL: https://issues.apache.org/jira/browse/HBASE-18921
             Project: HBase
          Issue Type: Bug
            Reporter: Maytee Chinavanichkit
            Priority: Minor


On a Result object, if current() method is called after advance() returns false, this throws an ArrayIndexOutOfBoundsException. The expectation here is that it should return a null value. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)