tkhurana commented on code in PR #2289:
URL: https://github.com/apache/phoenix/pull/2289#discussion_r2363925407


##########
phoenix-core-server/src/main/java/org/apache/phoenix/coprocessor/UngroupedAggregateRegionScanner.java:
##########
@@ -702,6 +708,10 @@ public boolean next(List<Cell> resultsToReturn, 
ScannerContext scannerContext)
           } while (
             hasMore && (EnvironmentEdgeManager.currentTimeMillis() - 
startTime) < pageSizeMs

Review Comment:
   @kadirozde That was something I was planning to address in a separate PR 
which ensures that we page out across multiple `next()` calls. 



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