matthewmturner commented on issue #41556: URL: https://github.com/apache/arrow/issues/41556#issuecomment-2096738094
@zeroshade appreciate the quick reply. As for my expectations, im just expecting there to be consistency across the different language implementations. I thought that the spec would define how this is supposed to look on the wire. Im personally more aligned with the `Any` wrapper around the `DoPutPreparedStatementResult` though which I believe would make it easier to deserialize and add logic on the client side if needed. Also FWIW on the [rust side](https://github.com/apache/arrow-rs/blob/master/arrow-flight/src/sql/server.rs#L707-L744) it looks like everything within `do_put` is wrapped in `Any` -- 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]
