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


##########
fe/fe-core/src/main/java/org/apache/doris/nereids/trees/plans/physical/PhysicalWindow.java:
##########
@@ -188,4 +192,11 @@ public PhysicalWindow<CHILD_TYPE> resetLogicalProperties() 
{
         return new PhysicalWindow<>(windowFrameGroup, requireProperties, 
windowExpressions, groupExpression,
                 null, physicalProperties, statistics, child());
     }
+
+    public boolean pushDownRuntimeFilter(CascadesContext context, 
IdGenerator<RuntimeFilterId> generator,
+                                         AbstractPhysicalJoin<?, ?> 
builderNode,
+                                         Expression src, Expression probeExpr,
+                                         TRuntimeFilterType type, long 
buildSideNdv, int exprOrder) {
+        return false;

Review Comment:
   partition key could push down, refer to push filter through window rule



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