adriangb commented on PR #15301: URL: https://github.com/apache/datafusion/pull/15301#issuecomment-2736800167
Ok did a tracer bullet test with `datafusion-cli` and got this to push filters down into parquet filter pushdown! Ironically it won't push down into stats pruning because of the same thing in https://github.com/apache/datafusion/pull/15057 where the pruning predicate is calculated at the planning stage and not when the file is opened. I can copy the change here, it will be a minor conflict, but I'm somewhat inclined to just tackle one of the two at a time. -- 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