amartins23 opened a new issue, #4932: URL: https://github.com/apache/arrow-rs/issues/4932
**Describe the bug** The arrow_flight crate defines commands that use substraitplans, but does not export the structure that holds those plans `SubstraitPlan` in the `arrow_flight::sql` module, making it impossible to use [CommandStatementSubstraitPlan](https://docs.rs/arrow-flight/latest/arrow_flight/sql/struct.CommandStatementSubstraitPlan.html#) and [ActionCreatePreparedSubstraitPlanRequest](https://docs.rs/arrow-flight/latest/arrow_flight/sql/struct.ActionCreatePreparedSubstraitPlanRequest.html#). **To Reproduce** Try to use structure in code, or just look at the docs in crates.io. **Expected behavior** Structure should be exported. **Additional context** -- 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]
