You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jim Kellerman (JIRA)" <ji...@apache.org> on 2008/04/24 00:41:22 UTC

[jira] Resolved: (HBASE-522) Where new Text(string) might be used in client side method calls, add an overload that takes strings

     [ https://issues.apache.org/jira/browse/HBASE-522?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jim Kellerman resolved HBASE-522.
---------------------------------

    Resolution: Won't Fix

Since HBASE-82 will be changing row keys to byte[] overloading doesn't make sense.

> Where new Text(string) might be used in client side method calls, add an overload that takes strings
> ----------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-522
>                 URL: https://issues.apache.org/jira/browse/HBASE-522
>             Project: Hadoop HBase
>          Issue Type: New Feature
>          Components: client
>            Reporter: Bryan Duxbury
>            Priority: Trivial
>             Fix For: 0.2.0
>
>
> There are a lot of places in our client side API where people probably don't care that Text is used in the underlying wire protocol. For instance, new HTable(HBaseConfig, Text) adds a little bit of extra hassle and code. 
> Where it makes sense, we should make an overload for constructors and client methods that can take a String and just convert it into a Text behind the scenes. This would beautify some of our code.

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