erratic-pattern commented on issue #41556: URL: https://github.com/apache/arrow/issues/41556#issuecomment-2105297871
The rationale behind the `Any` wrapper is that it is consistent with other command-specific responses in the `arrow-rs` implementation. Note the `as_any` method calls on each of the specific command types here: https://github.com/apache/arrow-rs/blob/3d3ddb2108502854da98654ada85364d5627ef21/arrow-flight/src/sql/server.rs#L708-L742 Is this behavior inconsistent with the other arrow clients? I think it would be confusing to handle this result type differently from the others. -- 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]
