nooneuse commented on code in PR #66307:
URL: https://github.com/apache/doris/pull/66307#discussion_r3709870503
##########
fe/fe-core/src/main/java/org/apache/doris/persist/EditLog.java:
##########
@@ -1240,6 +1241,7 @@ public static void loadJournal(Env env, Long logId,
JournalEntity journal) {
List<MTMV> dependentMtmvs =
MTMVUtil.getDependentMtmvsByConstraint(tni, constraint);
env.getConstraintManager().dropConstraint(
tni, constraint.getName(), true);
+ env.getSqlCacheManager().invalidateAboutTable(tni);
Review Comment:
you are right, i'll fix that
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]