This is an automated email from the ASF dual-hosted git repository. jakevin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 787a234e051 [fix](Nereids): fix shape of eliminate_inner regression test (#29613) 787a234e051 is described below commit 787a234e051136f09f0d178a3bd6484ec2a7e58c Author: 谢健 <jianx...@gmail.com> AuthorDate: Mon Jan 8 15:27:53 2024 +0800 [fix](Nereids): fix shape of eliminate_inner regression test (#29613) --- regression-test/suites/nereids_rules_p0/pkfk/eliminate_inner.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/nereids_rules_p0/pkfk/eliminate_inner.groovy b/regression-test/suites/nereids_rules_p0/pkfk/eliminate_inner.groovy index 30a96f5405c..64a530cc225 100644 --- a/regression-test/suites/nereids_rules_p0/pkfk/eliminate_inner.groovy +++ b/regression-test/suites/nereids_rules_p0/pkfk/eliminate_inner.groovy @@ -18,7 +18,7 @@ suite("eliminate_inner") { sql "SET enable_nereids_planner=true" sql "SET enable_fallback_to_original_planner=false" - sql "SET ignore_shape_nodes='PhysicalDistribute,PhysicalProject'" + sql "SET ignore_shape_nodes='PhysicalDistribute[DistributionSpecGather], PhysicalDistribute[DistributionSpecHash],PhysicalDistribute[DistributionSpecExecutionAny],PhysicalProject'" sql "SET disable_join_reorder=true" sql """ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org