PDavid commented on code in PR #6457:
URL: https://github.com/apache/hbase/pull/6457#discussion_r1849795602


##########
hbase-server/src/test/java/org/apache/hadoop/hbase/filter/TestFuzzyRowFilter.java:
##########
@@ -221,94 +239,95 @@ public void testGetNextForFuzzyRuleForward() {
 
   @Test
   public void testGetNextForFuzzyRuleReverse() {
+    // In the reverse case the last non-max byte should be increased to make 
sure that the proper
+    // row is selected next.
+    // e.g. 112 -> 113 or 11(0xFF)2 -> 11(0xFF)3, 5101 -> 5102 etc.

Review Comment:
   Thanks, added more explanation, hopefully it is better now. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to