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
The following commit(s) were added to refs/heads/branch-1.2-unstable by this
push:
new 5ebb5fbecd [temp](statistics) disable statistic tables
5ebb5fbecd is described below
commit 5ebb5fbecdce703b00c78fc23664df8fc178a430
Author: morningman <[email protected]>
AuthorDate: Mon Nov 14 13:49:31 2022 +0800
[temp](statistics) disable statistic tables
---
.../java/org/apache/doris/statistics/StatisticStorageInitializer.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/fe/fe-core/src/main/java/org/apache/doris/statistics/StatisticStorageInitializer.java
b/fe/fe-core/src/main/java/org/apache/doris/statistics/StatisticStorageInitializer.java
index 32f4feb56a..56b4c1459c 100644
---
a/fe/fe-core/src/main/java/org/apache/doris/statistics/StatisticStorageInitializer.java
+++
b/fe/fe-core/src/main/java/org/apache/doris/statistics/StatisticStorageInitializer.java
@@ -49,7 +49,7 @@ public class StatisticStorageInitializer extends Thread {
private static final Logger LOG =
LogManager.getLogger(StatisticStorageInitializer.class);
- public static boolean forTest = false;
+ public static boolean forTest = true;
public void run() {
if (forTest) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]