zddr commented on code in PR #56423:
URL: https://github.com/apache/doris/pull/56423#discussion_r2434406466
##########
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:
The current design treats the predicate for partition refresh as an internal
row filter
--
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]