diff --git a/regression-test/data/nereids_p0/runtime_filter/check_rf.out b/regression-test/data/nereids_p0/runtime_filter/check_rf.out index a11ab45c383e30..48ffb4af70ec2a 100644 --- a/regression-test/data/nereids_p0/runtime_filter/check_rf.out +++ b/regression-test/data/nereids_p0/runtime_filter/check_rf.out @@ -3,9 +3,9 @@ PhysicalResultSink --PhysicalDistribute[DistributionSpecGather] ----PhysicalProject -------hashJoin[INNER_JOIN broadcast] hashCondition=((t1.id = t2.maxId)) otherCondition=() build RFs:RF0 maxId->[id];RF1 maxId->[id] +------hashJoin[INNER_JOIN broadcast] hashCondition=((t1.id = t2.maxId)) otherCondition=() build RFs:RF0 maxId->[id] --------PhysicalProject -----------PhysicalOlapScan[t1] apply RFs: RF0 RF1 +----------PhysicalOlapScan[t1] apply RFs: RF0 --------PhysicalProject ----------hashAgg[GLOBAL] ------------PhysicalDistribute[DistributionSpecHash] diff --git a/regression-test/suites/nereids_p0/runtime_filter/check_rf.groovy b/regression-test/suites/nereids_p0/runtime_filter/check_rf.groovy index 7294189eb8edc6..489d6ce15cf2cf 100644 --- a/regression-test/suites/nereids_p0/runtime_filter/check_rf.groovy +++ b/regression-test/suites/nereids_p0/runtime_filter/check_rf.groovy @@ -20,6 +20,7 @@ suite("check_rf") { drop table if exists t1; set disable_join_reorder=true; set enable_parallel_result_sink=false; + set runtime_filter_type=2; """ sql """ CREATE TABLE IF NOT EXISTS t1 (