neilconway commented on PR #21240: URL: https://github.com/apache/datafusion/pull/21240#issuecomment-4158270781
From doing some digging on TPC-H query 11, I think the problem is that we're able to pushdown projections in the original plan but we weren't doing so for subqueries. That is fixed, will need to check out if there are any further performance regressions. -- 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]
