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

Nick Dimiduk commented on HBASE-16014:
--------------------------------------

Our JIRA administration has changed since I used it last. I've asked for help 
over on the dev list. Meanwhile, I've assigned it to myself to "claim it" on 
your behalf. Feel free to start working on this issue. I assume this is your 
first contribution -- have a look at 
http://hbase.apache.org/book.html#developing . You'll make your changes, attach 
a patch vs. master branch to this ticket, and then we'll kick off the test 
automation.

Thanks for pitching in!

> Get and Put constructor argument lists are divergent
> ----------------------------------------------------
>
>                 Key: HBASE-16014
>                 URL: https://issues.apache.org/jira/browse/HBASE-16014
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Nick Dimiduk
>
> API for construing Get and Put objects for a specific rowkey is quite 
> different. 
> [Put|http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/Put.html#constructor_summary]
>  supports many more variations for specifying the target rowkey and timestamp 
> compared to 
> [Get|http://hbase.apache.org/apidocs/org/apache/hadoop/hbase/client/Get.html#constructor_summary].
>  Notably lacking are {{Get(byte[], int, int)}} and {{Get(ByteBuffer)}} 
> variations.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to