Re: [I] Move pruning logic into its own crate [datafusion]

2025-06-25 Thread via GitHub
alamb closed issue #16542: Move pruning logic into its own crate URL: https://github.com/apache/datafusion/issues/16542 -- 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 unsub

[I] Move pruning logic into its own crate [datafusion]

2025-06-24 Thread via GitHub
alamb opened a new issue, #16542: URL: https://github.com/apache/datafusion/issues/16542 I made this `pub` as I think it could be useful for other data sources. I do think we should move this + `PruningPredicate` stuff into a `datafusion-pruning` create or something. _Originall