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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
