See https://github.com/datafusion-contrib/datafusion-distributed/pull/540#discussion_r3810978939 `with_new_children` is being deprecated in favor of `replace_children`. We need to implement that for all our custom plan nodes.
See #540 (comment)
with_new_childrenis being deprecated in favor ofreplace_children. We need to implement that for all our custom plan nodes.