You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "James Taylor (JIRA)" <ji...@apache.org> on 2013/12/29 09:34:50 UTC

[jira] [Created] (HBASE-10254) Optionally return null when attempting to Increment KeyValue that doesn't exist

James Taylor created HBASE-10254:
------------------------------------

             Summary: Optionally return null when attempting to Increment KeyValue that doesn't exist
                 Key: HBASE-10254
                 URL: https://issues.apache.org/jira/browse/HBASE-10254
             Project: HBase
          Issue Type: Bug
            Reporter: James Taylor


Instead of creating a new KeyValue starting from 0 when an Increment is done on a row that doesn't exist, we should optionally return null. A Get is already being done, so it's easy to detect this case. This can be done in a backward compatible manner.



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