adriangb commented on issue #15512: URL: https://github.com/apache/datafusion/issues/15512#issuecomment-2776631138
I've started breaking out the work: - https://github.com/apache/datafusion/pull/15561 - https://github.com/apache/datafusion/pull/15566 - PR to replace the current filter pushdown via ListingTable w/ the new filter pushdown APIs by implementing them for `ParquetSource` - PR to introduce `DynamicFilterSource` and `DynamicFilterSourcePhysicalExpr` + the `PhysicalExpr::snapshot` APIs; show it can be used to push down dynamic filters - PR to implement dynamic filter pushdown for TopK -- 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