Skip to content

Commit

Permalink
[Enhancement] enable enable_experimental_mv by default (StarRocks#17336)
Browse files Browse the repository at this point in the history
Signed-off-by: ABingHuang <[email protected]>
  • Loading branch information
ABingHuang authored Feb 3, 2023
1 parent dca060f commit 5e03f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe/fe-core/src/main/java/com/starrocks/common/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -1810,7 +1810,7 @@ public class Config extends ConfigBase {
public static long lake_default_storage_cache_ttl_seconds = 2592000L;

@ConfField(mutable = true)
public static boolean enable_experimental_mv = false;
public static boolean enable_experimental_mv = true;

@ConfField(mutable = true)
public static boolean enable_expression_partition = false;
Expand Down

0 comments on commit 5e03f1b

Please sign in to comment.