This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push: new 7a9bf5b23e [FeConfig](Project) Project optimization is enabled by default (#9667) 7a9bf5b23e is described below commit 7a9bf5b23eb303ad5afeaab1fd614eae0f62e630 Author: EmmyMiao87 <522274...@qq.com> AuthorDate: Thu May 19 14:03:14 2022 +0800 [FeConfig](Project) Project optimization is enabled by default (#9667) --- fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java index 439ca666f5..aad54ecf75 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java +++ b/fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java @@ -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; --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org