andygrove opened a new issue, #3283: URL: https://github.com/apache/arrow-datafusion/issues/3283
**Describe the bug** In `execute_to_batches`, we create the physical plan from an optimized logical plan. This results in the plan being optimized twice. Fixing this causes a regression in `project_column_with_filters_that_cant_pushed_down_always_true`. **To Reproduce** Modify `execute_to_batches` to pass the unoptimized logical plan to `create_physical_plan`. **Expected behavior** Test should pass **Additional context** None -- 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]
