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 May 19, 2022
1 parent 86b2c01 commit 7a9bf5b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,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;

public String getBlockEncryptionMode() {
return blockEncryptionMode;
Expand Down

0 comments on commit 7a9bf5b

Please sign in to comment.