Skip to content

Commit

Permalink
regression
Browse files Browse the repository at this point in the history
  • Loading branch information
GoGoWen committed Aug 1, 2024
1 parent 9f6e16b commit 985b64c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ suite("test_rollup_prune_tablet") {
(7,0,7,7,7);"""

explain {
sql("explain select id,sum(c1) from test_prune_tablet_t2 where c1=0 and id = 3 group by id;")
sql("select id,sum(c1) from test_prune_tablet_t2 where c1=0 and id = 3 group by id;")
contains "example_rollup_index"
contains "tablets=1/16"
}
Expand Down

0 comments on commit 985b64c

Please sign in to comment.