seawinde commented on code in PR #56423:
URL: https://github.com/apache/doris/pull/56423#discussion_r2428626910
##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/logical/LogicalCheckPolicy.java:
##########
@@ -135,6 +137,11 @@ public RelatedPolicy findPolicy(LogicalPlan logicalPlan,
CascadesContext cascade
if (!(logicalPlan instanceof CatalogRelation || logicalPlan instanceof
LogicalView)) {
return RelatedPolicy.NO_POLICY;
}
+ Optional<Map<TableIf, Set<Expression>>> mvRefreshPredicates =
cascadesContext.getStatementContext()
+ .getMvRefreshPredicates();
Review Comment:
this is the logical for add filter on table when refresh? maybe add new rule
for this
--
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]