seawinde commented on code in PR #57741:
URL: https://github.com/apache/doris/pull/57741#discussion_r2533271560
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/rules/exploration/mv/AbstractMaterializedViewRule.java:
##########
@@ -672,7 +674,7 @@ protected List<Expression> rewriteExpression(List<? extends
Expression> sourceEx
Expression dateTruncWithLiteral = ExpressionUtils.replace(
viewExprParamToDateTruncMap.get(queryShuttledExprParam), datetruncMap);
Expression foldedExpressionWithLiteral =
FoldConstantRuleOnFE.evaluate(dateTruncWithLiteral,
- new ExpressionRewriteContext(cascadesContext));
+ new
org.apache.doris.nereids.rules.expression.ExpressionRewriteContext(cascadesContext));
Review Comment:
have fixed, remove full name
--
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]