You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ka...@apache.org on 2020/11/20 01:28:37 UTC

[phoenix] branch 4.x updated: PHOENIX-6207 Addendum

This is an automated email from the ASF dual-hosted git repository.

kadir pushed a commit to branch 4.x
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/4.x by this push:
     new 9084190  PHOENIX-6207 Addendum
9084190 is described below

commit 908419073e27292f8f237e32225c9e832971252b
Author: Kadir Ozdemir <ko...@salesforce.com>
AuthorDate: Thu Nov 19 17:28:16 2020 -0800

    PHOENIX-6207 Addendum
---
 .../org/apache/phoenix/coprocessor/GroupedAggregateRegionObserver.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/GroupedAggregateRegionObserver.java b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/GroupedAggregateRegionObserver.java
index 0c70998..716fd3a 100644
--- a/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/GroupedAggregateRegionObserver.java
+++ b/phoenix-core/src/main/java/org/apache/phoenix/coprocessor/GroupedAggregateRegionObserver.java
@@ -609,6 +609,7 @@ public class GroupedAggregateRegionObserver extends BaseScannerRegionObserver {
             if (hasMore && !aggBoundary && !atLimit && (now - startTime) >= pageSizeInMs) {
                 // Return a dummy result as we have processed a page worth of rows
                 // but we are not ready to aggregate
+                getDummyResult(results);
                 return true;
             }
             if (currentKey != null) {