Skip to content

Commit 867c601

Browse files
committed
Revert "fix(query): increase state_rows in copy agg state rows (databendlabs#17252)"
This reverts commit 7af80b1.
1 parent 62dd811 commit 867c601

File tree

3 files changed

+0
-53
lines changed

3 files changed

+0
-53
lines changed

src/query/expression/src/aggregate/payload.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,6 @@ impl Payload {
339339
)
340340
}
341341
page.rows += 1;
342-
page.state_rows += 1;
343342

344343
if page.rows == page.capacity {
345344
page = self.writable_page();

tests/suites/0_stateless/20+_others/20_0022_agg_memory.result

Lines changed: 0 additions & 6 deletions
This file was deleted.

tests/suites/0_stateless/20+_others/20_0022_agg_memory.sh

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)