Skip to content

Commit

Permalink
[FeConfig](Project) Project optimization is enabled by default (apach…
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmyMiao87 authored and starocean999 committed May 19, 2022
1 parent ad7406f commit 54557db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ public class SessionVariable implements Serializable, Writable {
public double autoBroadcastJoinThreshold = 0.8;

@VariableMgr.VarAttr(name = ENABLE_PROJECTION)
private boolean enableProjection = false;
private boolean enableProjection = true;

@VariableMgr.VarAttr(name = ENABLE_PUSH_PREDICATE_TO_SUBQUERY)
public boolean enablePushPredicateToSubquery = false;
Expand Down

0 comments on commit 54557db

Please sign in to comment.