matthewmturner opened a new issue, #5731: URL: https://github.com/apache/arrow-rs/issues/5731
**Describe the bug** <!-- A clear and concise description of what the bug is. --> Originally [posted](https://github.com/apache/arrow/issues/41556) in the arrow repo - we are seeing differences in the Go and Rust implementation of stateless prepared statements. Specifically, the rust implementation wraps the `DoPutPreparedStatementResult` in `Any` where the go implementation does not - which makes the two incompatible. From the conversation there it looks like they think the Rust implementation should be updated to no longer use `Any`. **To Reproduce** <!-- Steps to reproduce the behavior: --> Make a stateless prepared statement request with parameter binding from Go FlightSQL Client to Rust Flight SQL Server. **Expected behavior** <!-- A clear and concise description of what you expected to happen. --> Compatibility between Rust and Go FlightSQL implementations. **Additional context** <!-- Add any other context about the problem 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]
