This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-1.2-unstable in repository https://gitbox.apache.org/repos/asf/doris.git
commit a8217808a7d170bd8cb3d12900ad671181166584 Author: morningman <[email protected]> AuthorDate: Mon Nov 14 13:49:31 2022 +0800 [temp](statistics) disable statistic tables --- .../main/java/org/apache/doris/catalog/InternalSchemaInitializer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fe/fe-core/src/main/java/org/apache/doris/catalog/InternalSchemaInitializer.java b/fe/fe-core/src/main/java/org/apache/doris/catalog/InternalSchemaInitializer.java index 77294b3b76..4e70e0b171 100644 --- a/fe/fe-core/src/main/java/org/apache/doris/catalog/InternalSchemaInitializer.java +++ b/fe/fe-core/src/main/java/org/apache/doris/catalog/InternalSchemaInitializer.java @@ -49,7 +49,7 @@ public class InternalSchemaInitializer extends Thread { private static final Logger LOG = LogManager.getLogger(InternalSchemaInitializer.class); - public static boolean forTest = false; + public static boolean forTest = true; /** * If internal table creation failed, will retry after below seconds. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
