Apache9 commented on code in PR #6900:
URL: https://github.com/apache/hbase/pull/6900#discussion_r2041886697


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/StoreScanner.java:
##########
@@ -640,6 +648,11 @@ public boolean next(List<? super ExtendedCell> outResult, 
ScannerContext scanner
         scannerContext.setLastPeekedCell(cell);
         topChanged = false;
         ScanQueryMatcher.MatchCode qcode = matcher.match(cell);
+
+        if (hook != null) {

Review Comment:
   Thanks, will verify it soon.



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