[
https://issues.apache.org/jira/browse/HBASE-22782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Murtaza Hassan updated HBASE-22782:
-----------------------------------
Description:
As we cannot directly pass a String using Get constructors it is better to have
new String constructors so that we can pass a String directly and don't need to
convert Strings into Bytes. It will also help everyone who is using the Get
client as now they dont need to worry about writing the conversion themselves
as it will be taken care by the String constructor.
Add String constructors for Get client. Also write the necessary tests and
change the code where required in TestGet.java class.
was:
As we cannot directly pass a String using Get constructors it is better to have
new String constructors so that we can pass a String directly and don't need to
convert Strings into Bytes. It will also help everyone who is using the Get
client as now that they dont need to worry about writing the conversiuon
themselves as it will be taken care by the String constructor.
Add String constructors for Get client. Also write the necessary tests and
change the code where required in TestGet.java class.
> Add String constructors for Get client
> --------------------------------------
>
> Key: HBASE-22782
> URL: https://issues.apache.org/jira/browse/HBASE-22782
> Project: HBase
> Issue Type: New Feature
> Affects Versions: 3.0.0
> Reporter: Murtaza Hassan
> Assignee: Murtaza Hassan
> Priority: Trivial
>
> As we cannot directly pass a String using Get constructors it is better to
> have new String constructors so that we can pass a String directly and don't
> need to convert Strings into Bytes. It will also help everyone who is using
> the Get client as now they dont need to worry about writing the conversion
> themselves as it will be taken care by the String constructor.
>
> Add String constructors for Get client. Also write the necessary tests and
> change the code where required in TestGet.java class.
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)