[
https://issues.apache.org/jira/browse/HBASE-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12706942#action_12706942
]
Jonathan Gray commented on HBASE-1382:
--------------------------------------
Thanks for the review, stack.
Unit test passes, there are other parts of my code that don't compile yet so a
little longer before I can run full tests.
Agree on all other notes, will take care of them.
> 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
>
> Attachments: hbase-1382-v1.patch
>
>
> 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.