Skip to content

Commit

Permalink
test enableFoldConstantByBe
Browse files Browse the repository at this point in the history
zhangstar333 committed Nov 7, 2023
1 parent 256b8f3 commit f88795f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -752,7 +752,7 @@ public class SessionVariable implements Serializable, Writable {
private boolean enableJoinReorderBasedCost = false;

@VariableMgr.VarAttr(name = ENABLE_FOLD_CONSTANT_BY_BE, fuzzy = true)
private boolean enableFoldConstantByBe = false;
private boolean enableFoldConstantByBe = true;

@VariableMgr.VarAttr(name = RUNTIME_FILTER_MODE, needForward = true)
private String runtimeFilterMode = "GLOBAL";

0 comments on commit f88795f

Please sign in to comment.