diff --git a/regression-test/data/nereids_p0/stats/invalid_stats.out b/regression-test/data/nereids_p0/stats/invalid_stats.out index 1c9cd8b2f94592..9b1b2e2aa97528 100644 --- a/regression-test/data/nereids_p0/stats/invalid_stats.out +++ b/regression-test/data/nereids_p0/stats/invalid_stats.out @@ -1,46 +1,31 @@ -- This file is automatically generated. You should know what you did if you want to edit this -- !reorder_1 -- PhysicalResultSink ---PhysicalProject -----hashJoin[INNER_JOIN broadcast] hashCondition=((region.r_regionkey = nation.n_regionkey)) otherCondition=() -------PhysicalProject ---------PhysicalOlapScan[nation] -------PhysicalProject ---------PhysicalOlapScan[region] +--hashJoin[INNER_JOIN broadcast] hashCondition=((region.r_regionkey = nation.n_regionkey)) otherCondition=() +----PhysicalOlapScan[nation] +----PhysicalOlapScan[region] -- !ndv_min_max_invalid -- PhysicalResultSink ---PhysicalProject -----hashJoin[INNER_JOIN broadcast] hashCondition=((region.r_regionkey = nation.n_regionkey)) otherCondition=() -------PhysicalProject ---------PhysicalOlapScan[region] -------PhysicalProject ---------PhysicalOlapScan[nation] +--hashJoin[INNER_JOIN broadcast] hashCondition=((region.r_regionkey = nation.n_regionkey)) otherCondition=() +----PhysicalOlapScan[region] +----PhysicalOlapScan[nation] -- !reorder_2 -- PhysicalResultSink ---PhysicalProject -----hashJoin[INNER_JOIN broadcast] hashCondition=((region.r_regionkey = nation.n_regionkey)) otherCondition=() -------PhysicalProject ---------PhysicalOlapScan[nation] -------PhysicalProject ---------PhysicalOlapScan[region] +--hashJoin[INNER_JOIN broadcast] hashCondition=((region.r_regionkey = nation.n_regionkey)) otherCondition=() +----PhysicalOlapScan[nation] +----PhysicalOlapScan[region] -- !order_3 -- PhysicalResultSink ---PhysicalProject -----hashJoin[INNER_JOIN broadcast] hashCondition=((region.r_regionkey = nation.n_regionkey)) otherCondition=() -------PhysicalProject ---------PhysicalOlapScan[nation] -------PhysicalProject ---------PhysicalOlapScan[region] +--hashJoin[INNER_JOIN broadcast] hashCondition=((region.r_regionkey = nation.n_regionkey)) otherCondition=() +----PhysicalOlapScan[nation] +----PhysicalOlapScan[region] -- !ndv_row_invalid -- PhysicalResultSink ---PhysicalProject -----hashJoin[INNER_JOIN broadcast] hashCondition=((region.r_regionkey = nation.n_regionkey)) otherCondition=() -------PhysicalProject ---------PhysicalOlapScan[region] -------PhysicalProject ---------PhysicalOlapScan[nation] +--hashJoin[INNER_JOIN broadcast] hashCondition=((region.r_regionkey = nation.n_regionkey)) otherCondition=() +----PhysicalOlapScan[region] +----PhysicalOlapScan[nation] diff --git a/regression-test/suites/nereids_p0/stats/invalid_stats.groovy b/regression-test/suites/nereids_p0/stats/invalid_stats.groovy index 042b591e0d088d..51f1a37f118a42 100644 --- a/regression-test/suites/nereids_p0/stats/invalid_stats.groovy +++ b/regression-test/suites/nereids_p0/stats/invalid_stats.groovy @@ -21,7 +21,7 @@ suite("invalid_stats") { SET enable_nereids_planner=true; SET enable_fallback_to_original_planner=false; set disable_nereids_rules=PRUNE_EMPTY_PARTITION; - + set ignore_shape_nodes=PhysicalProject; drop table if exists region; CREATE TABLE region (