tustvold commented on code in PR #3948:
URL: https://github.com/apache/arrow-rs/pull/3948#discussion_r1151215375
##########
arrow-flight/src/sql/client.rs:
##########
@@ -353,23 +394,23 @@ impl FlightSqlServiceClient {
/// A PreparedStatement
#[derive(Debug, Clone)]
-pub struct PreparedStatement<T> {
Review Comment:
What is the motivation for this change, long-term FlightSqlClient itself
should be generic over the transports? The fact it isn't currently was an
implementation shortcut
--
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]