[ https://issues.apache.org/jira/browse/HBASE-2082?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Andrew Purtell resolved HBASE-2082. ----------------------------------- Resolution: Fixed Fix Version/s: 0.21.0 0.20.3 Assignee: Scott Wang Hadoop Flags: [Reviewed] Committed to 0.20 branch and trunk. Thanks for the patch Scott! > TableInputFormat is ignoring input scan's stop row setting > ---------------------------------------------------------- > > Key: HBASE-2082 > URL: https://issues.apache.org/jira/browse/HBASE-2082 > Project: Hadoop HBase > Issue Type: Bug > Components: mapreduce > Affects Versions: 0.20.2 > Reporter: Scott Wang > Assignee: Scott Wang > Fix For: 0.20.3, 0.21.0 > > Attachments: HBASE-2082.patch > > > In the getSplits() function of TableInputFormatBase, there is a line to > compare the region's stop key and the given scan's stop key. > If the region's stop key is smaller, then use the region's stop key instead > of the one given by user. > But the last region will not have a stop key, so comparing a null key to the > given stop key is always smaller, and the user's stop key is simply ignored. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.