You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/04/21 16:46:28 UTC

[GitHub] [arrow-datafusion] andygrove opened a new issue, #2309: Move Case expression code to datafusion-expr crate

andygrove opened a new issue, #2309:
URL: https://github.com/apache/arrow-datafusion/issues/2309

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   The `datafusion-expr` provides the `Expr::Case` expression but the related `CaseBuilder`and `case` and `when` functions that create these expressions are still in the core crate and should be moved to the `datafusion-expr` crate so that users can more easily create logical plans using case expressions without depending on the core datafusion crate.
   
   **Describe the solution you'd like**
   Move the code from `datafusion/core/src/logical_plan/expr.rs` to the datafusion-expr crate.
   
   **Describe alternatives you've considered**
   None
   
   **Additional context**
   None
   


-- 
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: github-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-datafusion] andygrove closed issue #2309: Move CASE/WHEN expression code to datafusion-expr crate

Posted by GitBox <gi...@apache.org>.
andygrove closed issue #2309: Move CASE/WHEN expression code to datafusion-expr crate
URL: https://github.com/apache/arrow-datafusion/issues/2309


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org