alamb opened a new pull request, #10405: URL: https://github.com/apache/datafusion/pull/10405
## Which issue does this PR close? Closes https://github.com/apache/datafusion/issues/10209 ## Rationale for this change Make planning faster by not copying as much ## What changes are included in this PR? 1. Rewrite `OptimizeProjections` to use treenode APIs ## Are these changes tested? Existing tests ## Are there any user-facing changes? 1. More types of projections can be combined (e.g. `CASE` expressions) 1. Faster planning Benchmark Results (TODO) -- 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]
