charlesconnell commented on code in PR #6978:
URL: https://github.com/apache/hbase/pull/6978#discussion_r2081829553


##########
hbase-endpoint/src/main/java/org/apache/hadoop/hbase/coprocessor/AggregateImplementation.java:
##########
@@ -264,7 +279,7 @@ public void getRowNum(RpcController controller, 
AggregateRequest request,
     List<Cell> results = new ArrayList<>();
     InternalScanner scanner = null;
     PartialResultContext partialResultContext = new PartialResultContext();
-    boolean hasMoreRows = false;
+    boolean hasMoreRows = true;

Review Comment:
   This is half of the key fix here. Assume there are more rows to be found 
until a scanner tells us otherwise.



-- 
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: issues-unsubscr...@hbase.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to