zddr commented on code in PR #56745:
URL: https://github.com/apache/doris/pull/56745#discussion_r2458695669
##########
fe/fe-core/src/main/java/org/apache/doris/mtmv/MTMVPropertyUtil.java:
##########
@@ -121,6 +125,10 @@ private static void analyzeExcludedTriggerTables(String
value) {
// do nothing
}
+ private static void analyzeDataChangeStillRewrittenTables(String value) {
+ // do nothing
Review Comment:
if mv sql is:db1.t1 join db2.t1,
when "async_mv.query_rewrite.consistency_relaxed_tables"="t1",
Is it expected that both tables will be ignored, just like
excluded_trigger_tables
--
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]