This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
commit b613de3e6d880283e1ccd1bbe9fa0318f4cbd8bb Author: minghong <[email protected]> AuthorDate: Thu Feb 29 23:36:08 2024 +0800 [fix](regression) set rf type to 4 to forbid fuzzy rf_type in shape check #31567 --- regression-test/suites/nereids_shape_check/load.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-test/suites/nereids_shape_check/load.groovy b/regression-test/suites/nereids_shape_check/load.groovy index 9ce7bd030d5..db6bcdebcb1 100644 --- a/regression-test/suites/nereids_shape_check/load.groovy +++ b/regression-test/suites/nereids_shape_check/load.groovy @@ -53,7 +53,7 @@ suite("broadcastJoin") { sql "set enable_nereids_planner=true" sql "set forbid_unknown_col_stats=true" sql "set enable_fallback_to_original_planner=false" - + sql "set runtime_filter_type=4" sql """ alter table t1 modify column code set stats('row_count'='7846', 'ndv'='10000', 'num_nulls'='0', 'min_value'='999999', 'max_value'='999999', 'data_size'='5.7'); """ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
