This is an automated email from the ASF dual-hosted git repository.

yiguolei 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 e149cfaf5da [fix](regression) set rf type to 4 to forbid fuzzy rf_type 
in shape check #31567
e149cfaf5da is described below

commit e149cfaf5da81cfb86fe017f5cea6cdc3129555d
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]

Reply via email to