You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Michael Gottesman (JIRA)" <ji...@apache.org> on 2008/08/06 04:26:44 UTC

[jira] Issue Comment Edited: (HBASE-796) Deprecates Text/String methods from HTable and modifies all classes that used Text/String methods so that they use byte[] instead

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

gottesmm edited comment on HBASE-796 at 8/5/08 7:24 PM:
-----------------------------------------------------------------

@Jim this patch was not about removing all classes that accept Text parameters. Rather it was about presenting a more streamlined interface in class HTable for use by clients.

So all it does is deprecate the Text classes from class HTable and makes sure that those methods are not referenced anywhere else in the codebase. If you would like to remove all of the Text methods from all classes that is something else entirely and is not what this patch does.

I understand the javadoc problems and that was something that I overlooked. I will check it out now.

      was (Author: gottesmm):
    @Jim this patch was not about removing all classes that accept Text parameters. Rather it was about presenting a more streamlined interface to HBase Clients in class HTable.

So all it does is deprecate the Text classes from class HTable and makes sure that those methods are not referenced anywhere else in the codebase. If you would like to remove all of the Text methods from all classes that is something else entirely and is not what this patch does.

I understand the javadoc problems and that was something that I overlooked. I will check it out now.
  
> Deprecates Text/String methods from HTable and modifies all classes that used Text/String methods so that they use byte[] instead
> ---------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-796
>                 URL: https://issues.apache.org/jira/browse/HBASE-796
>             Project: Hadoop HBase
>          Issue Type: Improvement
>          Components: client, mapred, test
>            Reporter: Michael Gottesman
>             Fix For: 0.2.0
>
>         Attachments: patch
>
>
> This patch deprecates the text/string methods in HTable and changes all tests/normal methods that use those deprecated methods so that they use the byte[] version of the methods.

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