zddr commented on code in PR #56423:
URL: https://github.com/apache/doris/pull/56423#discussion_r2434411109
##########
fe/fe-core/src/main/java/org/apache/doris/job/extensions/mtmv/MTMVTask.java:
##########
@@ -182,6 +180,7 @@ public void run() throws JobException {
if (LOG.isDebugEnabled()) {
LOG.debug("mtmv task run, taskId: {}", super.getTaskId());
}
+ mtmvSchemaChangeVersion = mtmv.getSchemaChangeVersion();
Review Comment:
after task refresh,will compare schema of base table if changed in
org.apache.doris.catalog.MTMV#addTaskResult
--
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]