delamarch3 commented on issue #14999: URL: https://github.com/apache/datafusion/issues/14999#issuecomment-2703829254
After optimisation, `expressions()` will return a `Vec<Expr::Column>` which come from the equi pairs in the `on` field of the `Join`. Should `with_new_exprs` be updated to handle `Column`s? It will need to expect them to come in pairs to build the new `on` out of them -- 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]
