alamb commented on issue #8820: URL: https://github.com/apache/arrow-datafusion/issues/8820#issuecomment-1925722073
> @alamb Hello, excuse me. I need to move the test sample here, I don’t remember it clearly, I’m very sorry. https://github.com/apache/arrow-datafusion/blob/main/datafusion/proto/src/lib.rs I don't think any movement is needed. Basically the goal of this ticket is to make https://docs.rs/datafusion-proto/latest/datafusion_proto/ better explain what the crate is for and provide an example of encoding/decoding `LogicalPlan` and `ExecutionPlan` The content of https://docs.rs/datafusion-proto/latest/datafusion_proto/ can be previewed locally using ``` cargo doc -p datafusion-proto --open ``` Does that make sense @caicancai ? -- 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]
