Skip to content

Commit

Permalink
open fold by be
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangstar333 committed Jan 5, 2024
1 parent e8e1a6f commit 6f6d7e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -845,7 +845,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 = ENABLE_REWRITE_ELEMENT_AT_TO_SLOT, fuzzy = true)
private boolean enableRewriteElementAtToSlot = true;
Expand Down

0 comments on commit 6f6d7e2

Please sign in to comment.