adriangb commented on issue #7955: URL: https://github.com/apache/datafusion/issues/7955#issuecomment-2741188852
I have a PR up for doing something similar for TopK sorts (`ORDER BY col LIMIT 10`) in https://github.com/apache/datafusion/pull/15301. I think we should be able to re-use that work for this change, at which point it would just be a question of implementing a `DynamicFilterSource` for the join `ExecutionPlan`s. Does that sound right to folks here? I want to make sure we don't land something that is almost what is needed here but not quite. -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org