Skip to content

Commit 5a6c2a4

Browse files
committed
fix cases
1 parent 0e3389c commit 5a6c2a4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/test/regress/expected/cte_prune.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1230,7 +1230,7 @@ LIMIT 10;
12301230
-> HashAggregate (cost=102580688686565152.00..102596190789768272.00 rows=247107000000000 width=48)
12311231
Output: cup.c, cup.d, cup.e, t.d, t.b
12321232
Group Key: cup.c, cup.d, cup.e, t.d, t.b
1233-
Planned Partitions: 256
1233+
Planned Partitions: 512
12341234
-> Redistribute Motion 3:3 (slice3; segments: 3) (cost=93196181903903024.00..102459992361252656.00 rows=741321000000000 width=48)
12351235
Output: cup.c, cup.d, cup.e, t.d, t.b
12361236
Hash Key: cup.c, cup.d, cup.e, t.d, t.b

src/test/regress/expected/shared_scan_optimizer.out

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ where
214214
Group Key: pk_list.schema_name, pk_list.table_name
215215
-> Redistribute Motion 3:3 (slice3; segments: 3)
216216
Hash Key: pk_list.schema_name, pk_list.table_name
217-
-> HashAggregate
217+
-> Streaming HashAggregate
218218
Group Key: pk_list.schema_name, pk_list.table_name
219219
-> Seq Scan on pk_list
220220
-> Materialize
@@ -227,7 +227,7 @@ where
227227
Group Key: pk_list_1.schema_name, pk_list_1.table_name
228228
-> Redistribute Motion 3:3 (slice5; segments: 3)
229229
Hash Key: pk_list_1.schema_name, pk_list_1.table_name
230-
-> HashAggregate
230+
-> Streaming HashAggregate
231231
Group Key: pk_list_1.schema_name, pk_list_1.table_name
232232
-> Seq Scan on pk_list pk_list_1
233233
SubPlan 1

0 commit comments

Comments
 (0)