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

Andrew Purtell commented on HBASE-13629:
----------------------------------------

Currently in the description of this issue the before and after examples are 
the same text. :-) More typo-ing, whee. 

On the parent I remarked we should figure out how to test the bin scripts. Or 
convert them all to Java utilities and test those. Let's not make that a 
requirement to get this fix in though.

> Fix InclusiveStopFilter typo in region_mover.rb
> -----------------------------------------------
>
>                 Key: HBASE-13629
>                 URL: https://issues.apache.org/jira/browse/HBASE-13629
>             Project: HBase
>          Issue Type: Sub-task
>          Components: scripts
>            Reporter: Lars Hofhansl
>            Assignee: Lars Hofhansl
>             Fix For: 0.98.13, 1.0.2
>
>
> Parent introduced a typo.
> {code}
> scan.setFilter(FilterList.new(FirstKeyOnlyFilter.new(),InclusiveStopFilter().new(r.getStartKey())))
> {code}
> should be
> {code}
> scan.setFilter(FilterList.new(FirstKeyOnlyFilter.new(),InclusiveStopFilter().new(r.getStartKey())))
> {code}



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

Reply via email to