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

stack commented on HBASE-3468:
------------------------------

Put your new methods at the end of the Interface.  When you put them in the 
middle as you have done here, you need to up the rpc version.  Apparently you 
don't if they are on the end.


+1 otherwise.

> Enhance checkAndPut and checkAndDelete with comparators
> -------------------------------------------------------
>
>                 Key: HBASE-3468
>                 URL: https://issues.apache.org/jira/browse/HBASE-3468
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Andrew Purtell
>            Assignee: Andrew Purtell
>             Fix For: 0.92.0
>
>         Attachments: HBASE-3468.patch
>
>
> Enhance checkAndPut and checkAndDelete with comparators from o.a.h.h.filter.
> Rather than support only an equality test against a binary string, test for 
> any comparison operator result: LESS, LESS_OR_EQUAL, EQUAL, NOT_EQUAL, 
> GREATER_OR_EQUAL, GREATER, and NO_OP; and compare using any of the 
> comparators that extend WritableByteArrayComparable: Binary, BinaryPrefix, 
> RegexString, Substring.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to