Rework KeyValue to primarily act on split columns rather than colon delimited
-----------------------------------------------------------------------------

                 Key: HBASE-1382
                 URL: https://issues.apache.org/jira/browse/HBASE-1382
             Project: Hadoop HBase
          Issue Type: Improvement
            Reporter: Jonathan Gray
            Assignee: Jonathan Gray
             Fix For: 0.20.0


Right now, KeyValue only supports family:qualifier notation for building 
KeyValues.

This issue will retain some of that, but will move to primarily supporting 
family and qualifier as separate arguments.  Methods that use a delimited 
column will detect the delimiter and use the split implementations behind the 
scenes.

Not sure whether this will be remain exclusive to KeyValue yet.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to