You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Ted Yu (JIRA)" <ji...@apache.org> on 2014/04/16 18:50:17 UTC

[jira] [Created] (HBASE-11005) Remove dead code in HalfStoreFileReader#getScanner#seekBefore()

Ted Yu created HBASE-11005:
------------------------------

             Summary: Remove dead code in HalfStoreFileReader#getScanner#seekBefore()
                 Key: HBASE-11005
                 URL: https://issues.apache.org/jira/browse/HBASE-11005
             Project: HBase
          Issue Type: Bug
            Reporter: Ted Yu
            Priority: Trivial


Here is related code:
{code}
          Cell fk = new KeyValue.KeyOnlyKeyValue(getFirstKey(), 0, getFirstKey().length);
          // This will be null when the file is empty in which we can not
          // seekBefore to any key
          if (fk == null)
            return false;
{code}
fk wouldn't be null.



--
This message was sent by Atlassian JIRA
(v6.2#6252)