[ https://issues.apache.org/jira/browse/HBASE-13629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14529949#comment-14529949 ]
Lars Hofhansl commented on HBASE-13629: --------------------------------------- Also looks like parent was omitted from 1.0. Lemme add it there as part of this issue. > 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)