[ 
https://issues.apache.org/jira/browse/HBASE-9359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13751827#comment-13751827
 ] 

Jonathan Hsieh edited comment on HBASE-9359 at 8/27/13 10:49 PM:
-----------------------------------------------------------------

After the filter patch, and then this patch, when we applied this command:

{code}
grep -R KeyValue hbase-client/ hbase-common/ | grep java: | grep -v 
KeyValue[\\.\(]
{code}

we only yield KeyValue used in comments, strings, as imports, part of other 
class names/methods (like KeyValueUtil, #decodeKeyValues), and KeyValueUtil's 
function signatures.  (not present in function signatures.)
                
      was (Author: jmhsieh):
    After the filter patch, and then this patch, when we applied this command:

{code}
grep -R KeyValue hbase-client/ hbase-common/ | grep java: | grep -v 
KeyValue[\\.\(]
{code}

we only yields KeyValue used in comments and or as imports only.  (not present 
in function signatures.)
                  
> Convert KeyValue to Cell in hbase-client module - Result/Put/Delete, 
> ColumnInterpreter
> --------------------------------------------------------------------------------------
>
>                 Key: HBASE-9359
>                 URL: https://issues.apache.org/jira/browse/HBASE-9359
>             Project: HBase
>          Issue Type: Sub-task
>            Reporter: Jonathan Hsieh
>
> This path is the second half of eliminating KeyValue from the client 
> interfaces.  This percolated through quite a bit. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to