alamb commented on issue #9637: URL: https://github.com/apache/datafusion/issues/9637#issuecomment-2073296008
Update here is that I am hacking on getting `TypeCoercion` (https://github.com/apache/datafusion/pull/10039) to avoid clones. It is turning out to be tricker than others as type coercion actually updates the types of the plans, so when rewriting expressions I need to find some way to re-calculate the schemas correctly. I am continuing to hack on that as @peter-toth works on CSE (https://github.com/apache/datafusion/pull/10067) -- 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]
