Skip to content

Commit

Permalink
[FeConfig](Project) Project optimization is enabled by default (#9667)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmyMiao87 authored and morningman committed May 22, 2022
1 parent 0e38fa4 commit b28b77a
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 = TRIM_TAILING_SPACES_FOR_EXTERNAL_TABLE_QUERY, needForward = true)
public boolean trimTailingSpacesForExternalTableQuery = false;
Expand Down

0 comments on commit b28b77a

Please sign in to comment.