This is an automated email from the ASF dual-hosted git repository. avamingli pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 5a6c2a42a8d25058b93efc321864b6c5b1839c69 Author: Zhang Mingli <[email protected]> AuthorDate: Tue Oct 28 10:01:32 2025 +0800 fix cases --- src/test/regress/expected/cte_prune.out | 2 +- src/test/regress/expected/shared_scan_optimizer.out | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/test/regress/expected/cte_prune.out b/src/test/regress/expected/cte_prune.out index fb8a8fb933d..f3b0260628a 100644 --- a/src/test/regress/expected/cte_prune.out +++ b/src/test/regress/expected/cte_prune.out @@ -1230,7 +1230,7 @@ LIMIT 10; -> HashAggregate (cost=102580688686565152.00..102596190789768272.00 rows=247107000000000 width=48) Output: cup.c, cup.d, cup.e, t.d, t.b Group Key: cup.c, cup.d, cup.e, t.d, t.b - Planned Partitions: 256 + Planned Partitions: 512 -> Redistribute Motion 3:3 (slice3; segments: 3) (cost=93196181903903024.00..102459992361252656.00 rows=741321000000000 width=48) Output: cup.c, cup.d, cup.e, t.d, t.b Hash Key: cup.c, cup.d, cup.e, t.d, t.b diff --git a/src/test/regress/expected/shared_scan_optimizer.out b/src/test/regress/expected/shared_scan_optimizer.out index a256c71063a..57ec36089d2 100644 --- a/src/test/regress/expected/shared_scan_optimizer.out +++ b/src/test/regress/expected/shared_scan_optimizer.out @@ -214,7 +214,7 @@ where Group Key: pk_list.schema_name, pk_list.table_name -> Redistribute Motion 3:3 (slice3; segments: 3) Hash Key: pk_list.schema_name, pk_list.table_name - -> HashAggregate + -> Streaming HashAggregate Group Key: pk_list.schema_name, pk_list.table_name -> Seq Scan on pk_list -> Materialize @@ -227,7 +227,7 @@ where Group Key: pk_list_1.schema_name, pk_list_1.table_name -> Redistribute Motion 3:3 (slice5; segments: 3) Hash Key: pk_list_1.schema_name, pk_list_1.table_name - -> HashAggregate + -> Streaming HashAggregate Group Key: pk_list_1.schema_name, pk_list_1.table_name -> Seq Scan on pk_list pk_list_1 SubPlan 1 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
