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