Jesse-Bakker opened a new pull request, #8354: URL: https://github.com/apache/arrow-datafusion/pull/8354
These utils manipulate `LogicalPlan`s and `Expr`s and may be useful in projects that only depend on `datafusion-expr` ## Which issue does this PR close? Related: https://github.com/apache/arrow-datafusion/pull/8312#discussion_r1408368025 ## Rationale for this change The moved utils don't depend on anything in `datafusion-optimizer` and may be more broadly useful ## What changes are included in this PR? Move some utils that don't depend on anything optimizer-related from `datafusion-optimizer::utils` to `datafusion-expr::utils` ## Are there any user-facing changes? The moved functions are still available under their old names, but will emit a deprecation warning suggesting to use their new location. -- 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]
