youngsofun commented on code in PR #3948:
URL: https://github.com/apache/arrow-rs/pull/3948#discussion_r1151288771
##########
arrow-flight/src/sql/client.rs:
##########
@@ -353,23 +394,23 @@ impl FlightSqlServiceClient {
/// A PreparedStatement
#[derive(Debug, Clone)]
-pub struct PreparedStatement<T> {
Review Comment:
the motivation is that PreparedStatement simply does not work for the
update, blocking me from using it directly.
> long-term FlightSqlClient itself should be generic over the transports
you are right about it, it is now the time to change FlightSqlClient to
generic? I can continue with it in this pr.
--
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]