jayshrivastava commented on PR #24018: URL: https://github.com/apache/datafusion/pull/24018#issuecomment-5218219386
@cetra3 Imo, apply_expressions isn't leaking internal state, at least not to the extent prior to https://github.com/apache/datafusion/issues/23494. It's just providing iteration over expressions in a plan. It also mirrors the API for logical plan nodes https://github.com/apache/datafusion/blob/db63637a92c683a89adee67ee04ae5c42992fd63/datafusion/expr/src/logical_plan/tree_node.rs?plain=1#L418-L421 -- 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]
