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/05/27 02:04:58 UTC

[GitHub] [arrow-datafusion] andygrove opened a new issue, #2630: Add logical plan support to `datafusion-proto`

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

   **Is your feature request related to a problem or challenge? Please describe what you are trying to do.**
   `datafusion-proto` has a protobuf definition of logical expressions and associated serde code to translate between the `Expr` enum and protobuf. I would like it to also support serializing logical plans.
   
   **Describe the solution you'd like**
   Ballista already contains a separate protobuf definition and serde code for logical plans that builds on top of a copy of the datafusion proto file so we should be able to move that to datafusion and then have Ballista use the datafusion-proto API for serializing plans.
   
   **Describe alternatives you've considered**
   None
   
   **Additional context**
   Add any other context or screenshots about the feature request here.
   


-- 
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 #2630: Add logical plan support to `datafusion-proto`

Posted by GitBox <gi...@apache.org>.
andygrove closed issue #2630: Add logical plan support to `datafusion-proto`
URL: https://github.com/apache/arrow-datafusion/issues/2630


-- 
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