stoty commented on code in PR #6361:
URL: https://github.com/apache/hbase/pull/6361#discussion_r1822854443


##########
hbase-client/src/main/java/org/apache/hadoop/hbase/filter/PrefixFilter.java:
##########
@@ -76,8 +76,9 @@ public boolean filterRowKey(Cell firstRowCell) {
     if (filterAllRemaining()) {
       return true;
     }
+    // if the cell is smaller => return false so that getNextCellHint() is 
invoked.

Review Comment:
   nit:
   For reverse scans, smaller/bigger is not accurate.
   Maybe use before/after instead.
   



-- 
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