zddr commented on code in PR #56423:
URL: https://github.com/apache/doris/pull/56423#discussion_r2434413141


##########
fe/fe-core/src/main/java/org/apache/doris/job/extensions/mtmv/MTMVTask.java:
##########
@@ -158,6 +155,7 @@ public enum MTMVTaskRefreshMode {
     private MTMVRelation relation;
     private StmtExecutor executor;
     private Map<String, MTMVRefreshPartitionSnapshot> partitionSnapshots;
+    private long mtmvSchemaChangeVersion;

Review Comment:
   Used to determine whether the SQL of the view has changed during the refresh 
period. If a change has occurred, the result of this refresh may be incorrect 
and will be ignored



-- 
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]

Reply via email to