alamb commented on issue #8735: URL: https://github.com/apache/arrow-datafusion/issues/8735#issuecomment-1879252687
So the regression is that projection pushdown isn't working correctly. Maybe this is related to https://github.com/apache/arrow-datafusion/pull/8073 from @berkaysynnada ? Though it seems like the logical plan has the correct projection (of just `s`) pushed down. I am not sure why that projection gets lost in the physical plan ``` "+---------------+--------------------------------------------------+", "| plan_type | plan |", "+---------------+--------------------------------------------------+", "| logical_plan | Projection: (?table?.s)[x] |", "| | TableScan: ?table? projection=[s] |", ``` -- 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]
