This is an automated email from the ASF dual-hosted git repository.
xy720 pushed a commit to branch manage-mtmv-cache
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/manage-mtmv-cache by this push:
new 291b6ee11b1 save
291b6ee11b1 is described below
commit 291b6ee11b119ea79495cb66be3571f2d442ea8a
Author: lambxu <[email protected]>
AuthorDate: Mon Sep 21 23:35:03 2026 +0800
save
---
fe/fe-core/src/test/java/org/apache/doris/mtmv/MTMVTest.java | 2 --
1 file changed, 2 deletions(-)
diff --git a/fe/fe-core/src/test/java/org/apache/doris/mtmv/MTMVTest.java
b/fe/fe-core/src/test/java/org/apache/doris/mtmv/MTMVTest.java
index a40f6ea1b68..22153d4dbc6 100644
--- a/fe/fe-core/src/test/java/org/apache/doris/mtmv/MTMVTest.java
+++ b/fe/fe-core/src/test/java/org/apache/doris/mtmv/MTMVTest.java
@@ -606,7 +606,6 @@ public class MTMVTest {
mtmv.duringLazyBuild = mtmv::markDropped;
MTMVCache generated =
mtmv.getOrGenerateCache(mockConnectContext());
- // The caller still gets a usable plan, but nothing survives in
the Env-wide cache.
Assertions.assertSame(builtPlan, generated);
Assertions.assertNull(manager.getIfPresent(mtmv.getId(), true));
Assertions.assertNull(manager.getIfPresent(mtmv.getId(), false));
@@ -615,7 +614,6 @@ public class MTMVTest {
private HookedMTMV buildHookedMTMV() {
HookedMTMV mtmv = configureMTMV(new HookedMTMV());
- // Initialize ivmInfo, addTaskResult() dereferences it on success.
mtmv.getIvmInfo();
return mtmv;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]