Skip to content

Commit

Permalink
open enableNereidsDistributePlanner
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Oct 14, 2024
1 parent 60e6923 commit 4684ce7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1357,7 +1357,7 @@ public void setEnableLeftZigZag(boolean enableLeftZigZag) {
+ "right side to do bucket shuffle join"
}
)
private boolean enableNereidsDistributePlanner = false;
private boolean enableNereidsDistributePlanner = true;

@VariableMgr.VarAttr(name = REWRITE_OR_TO_IN_PREDICATE_THRESHOLD, fuzzy = true)
private int rewriteOrToInPredicateThreshold = 2;
Expand Down

0 comments on commit 4684ce7

Please sign in to comment.