leoyvens opened a new issue, #869: URL: https://github.com/apache/datafusion-python/issues/869
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** I would like to serialize a logical plan to the datafusion-proto format, from Python. **Describe the solution you'd like** Add Python bindings to datafusion-proto, particularly my use case would require the [logical_plan_to_bytes](https://docs.rs/datafusion-proto/latest/datafusion_proto/bytes/fn.logical_plan_from_bytes.html) function. **Describe alternatives you've considered** Use Substrait instead of datafusion-proto, however Substrait parity with datafusion-proto is not there yet as tracked in https://github.com/apache/datafusion/issues/8149. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
