File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
fe/fe-core/src/main/java/org/apache/doris/qe Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -1095,7 +1095,7 @@ public static double getHotValueThreshold() {
10951095 public int autoProfileThresholdMs = -1 ;
10961096
10971097 @ VariableMgr .VarAttr (name = "runtime_filter_prune_for_external" , fuzzy = true )
1098- public boolean runtimeFilterPruneForExternal = true ;
1098+ public boolean runtimeFilterPruneForExternal = false ;
10991099
11001100 @ VariableMgr .VarAttr (name = "runtime_filter_jump_threshold" )
11011101 public int runtimeFilterJumpThreshold = 2 ;
@@ -3540,7 +3540,6 @@ private void setFuzzyForCatalog(Random random) {
35403540
35413541 // common
35423542 this .enableCountPushDownForExternalTable = random .nextBoolean ();
3543- this .runtimeFilterPruneForExternal = random .nextBoolean ();
35443543 }
35453544
35463545 public String printFuzzyVariables () {
You can’t perform that action at this time.
0 commit comments