findepi commented on issue #9375: URL: https://github.com/apache/datafusion/issues/9375#issuecomment-2477605188
BTW the fact that we needed to make get_type recursive that we can spend quite some time recalculating types. If an optimizer code calls expr.get_type, this can easily get quadratic on left-deep or right-deep rexpressions like the one in this issue. Would be great to have IR with types: https://github.com/apache/datafusion/issues/12604 -- 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]
