mingmwang commented on PR #4365: URL: https://github.com/apache/arrow-datafusion/pull/4365#issuecomment-1330594493
Some part of the `Filter` can also be pushed down through the` LogicalPlan::WIndow ` if the filter exprs are part of the partition by keys of the WIndow. The logic should be similar to `LogicalPlan::Aggregate` group by keys. -- 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]
