Dandandan commented on PR #17906: URL: https://github.com/apache/datafusion/pull/17906#issuecomment-3389429177
`│ QQuery 22 │ 24.33 ms │ 20.49 ms │ +1.19x faster │` Looks like it might have some effect on this query :) In my view it makes sense, it should reduce the output of `NestedLoopJoinExec` and the work in somewhat (fewer columns to work with). I wonder if we can move the code to some existing projection pushdown instead? -- 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]
