[Enhancement] Loose check mv's schema for better compatibilities (backport #63114) (#63160)

Signed-off-by: shuming.li <ming.moriarty@gmail.com>
Co-authored-by: shuming.li <ming.moriarty@gmail.com>
This commit is contained in:
mergify[bot] 2025-09-16 11:02:12 +08:00 committed by GitHub
parent 631312127b
commit e33b9bc64d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3392,7 +3392,7 @@ public class Config extends ConfigBase {
public static String default_mv_partition_refresh_strategy = "strict";
@ConfField(mutable = true, comment = "Check the schema of materialized view's base table strictly or not")
public static boolean enable_active_materialized_view_schema_strict_check = true;
public static boolean enable_active_materialized_view_schema_strict_check = false;
@ConfField(mutable = true,
comment = "The default behavior of whether REFRESH IMMEDIATE or not, " +