seawinde commented on code in PR #50895:
URL: https://github.com/apache/doris/pull/50895#discussion_r2221838264


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/StatementContext.java:
##########
@@ -195,7 +197,10 @@ public enum TableFrom {
     // if query is: select * from t2 join t5
     // mtmvRelatedTables is mv1, mv2, mv3, t1, t2, t3, t4, t5
     private final Map<List<String>, TableIf> mtmvRelatedTables = 
Maps.newHashMap();
+    // collected async mvs
     private final Set<MTMV> candidateMTMVs = Sets.newHashSet();
+    // collected synv mvs

Review Comment:
   should be sync



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