Skip to content

Commit

Permalink
do not fuzzy topnOptLimitThreshold
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Dec 17, 2024
1 parent bebc327 commit a8573fb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2391,13 +2391,11 @@ public void initFuzzyModeVariables() {
this.rewriteOrToInPredicateThreshold = 100000;
this.enableFunctionPushdown = false;
this.enableDeleteSubPredicateV2 = false;
this.topnOptLimitThreshold = 0;
this.enableSyncRuntimeFilterSize = true;
} else {
this.rewriteOrToInPredicateThreshold = 2;
this.enableFunctionPushdown = true;
this.enableDeleteSubPredicateV2 = true;
this.topnOptLimitThreshold = 1024;
this.enableSyncRuntimeFilterSize = false;
}

Expand Down

0 comments on commit a8573fb

Please sign in to comment.