palashc commented on code in PR #1936:
URL: https://github.com/apache/phoenix/pull/1936#discussion_r1725611416


##########
phoenix-core-server/src/main/java/org/apache/phoenix/coprocessor/BaseRegionScanner.java:
##########
@@ -42,9 +42,7 @@ public boolean isFilterDone() {
     public abstract boolean next(List<Cell> results) throws IOException;
 
     @Override
-    public boolean next(List<Cell> result, ScannerContext scannerContext) 
throws IOException {

Review Comment:
   Declared next with scannerContext as abstract to make sure all child classes 
implement it. 



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