adriangb opened a new pull request, #20010: URL: https://github.com/apache/datafusion/pull/20010
## Summary Move TestSource, TestOpener, TestScanBuilder, OptimizationTest and related utilities from `filter_pushdown/util.rs` to a new shared `pushdown_utils.rs` module. This allows these utilities to be reused by other pushdown tests like projection_pushdown. Key changes: - Extract test utilities to `datafusion/core/tests/physical_optimizer/pushdown_utils.rs` - Update TestOpener and TestSource to use `ProjectionExprs` instead of `Vec<usize>` for projections - Enable support for complex projection expressions (e.g., `get_field`) - Update imports in filter_pushdown/mod.rs and mod.rs ## Test Plan - Verify tests compile without errors - CI should pass on all test suites - No functional changes to test behavior 🤖 Generated with Claude Code -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
