seawinde commented on code in PR #46280: URL: https://github.com/apache/doris/pull/46280#discussion_r1900601045
########## fe/fe-core/src/main/java/org/apache/doris/mtmv/MTMVService.java: ########## @@ -198,12 +198,21 @@ public void processEvent(Event event) throws EventException { try { // check if mtmv should trigger by event MTMV mtmv = (MTMV) MTMVUtil.getTable(baseTableInfo); - if (mtmv.getRefreshInfo().getRefreshTriggerInfo().getRefreshTrigger().equals(RefreshTrigger.COMMIT)) { Review Comment: Should add some tests, such as `regression-test/suites/mtmv_p0/test_commit_mtmv.groovy` -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org