morrySnow commented on code in PR #37396:
URL: https://github.com/apache/doris/pull/37396#discussion_r1691088263


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/mv/MaterializedViewUtils.java:
##########
@@ -472,6 +474,13 @@ public Void visitLogicalRelation(LogicalRelation relation, 
IncrementCheckerConte
                 return null;
             }
             Column mvReferenceColumn = 
contextPartitionColumn.getColumn().get();
+            Expr definExpr = mvReferenceColumn.getDefineExpr();

Review Comment:
   could u add some comment to explain this code? rbo rewrite for sync mv will 
be removed in future, comment could help to remove this related code too



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

Reply via email to