This is an automated email from the ASF dual-hosted git repository. maxyang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 64d680293b4415591a870c695c2df800e1b59115 Author: Tao-Ma <[email protected]> AuthorDate: Tue Dec 31 23:30:46 2024 +0800 Temporary change the qp_dropped_cols expected file The original patch needs 76379b08d6 commit feature to display detailed plan information. Temporary update the expected file to let the regression test happy. --- src/test/regress/expected/qp_dropped_cols_optimizer.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regress/expected/qp_dropped_cols_optimizer.out b/src/test/regress/expected/qp_dropped_cols_optimizer.out index be9cc4ceb1..267952f7e7 100644 --- a/src/test/regress/expected/qp_dropped_cols_optimizer.out +++ b/src/test/regress/expected/qp_dropped_cols_optimizer.out @@ -14987,7 +14987,7 @@ EXPLAIN (costs off) SELECT * FROM ds_main, non_part2 WHERE ds_main.c = non_part2 -> Hash Join Hash Cond: (ds_main.c = non_part2.e) -> Dynamic Seq Scan on ds_main - Number of partitions to scan: 6 (out of 6) + Number of partitions to scan: 6 Filter: ((a = a) AND (SubPlan 1)) SubPlan 1 -> Materialize --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
