andygrove opened a new issue, #3949: URL: https://github.com/apache/arrow-datafusion/issues/3949
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** `datafusion-proto` supports logical plan serde, but physical plan serde is in Ballista. **Describe the solution you'd like** Move most physical plan serde code to DataFusion. Ballista will still need serde code for its own physical operators that are not part of DataFusion. **Describe alternatives you've considered** None **Additional context** See discussion at https://github.com/apache/arrow-datafusion/pull/3907#discussion_r1003700588 -- 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]
