You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "zeroshade (via GitHub)" <gi...@apache.org> on 2023/01/25 20:13:59 UTC

[GitHub] [arrow] zeroshade opened a new issue, #33867: [Go][FlightSQL] Allow passing grpc call options to prepared statement methods

zeroshade opened a new issue, #33867:
URL: https://github.com/apache/arrow/issues/33867

   ### Describe the enhancement requested
   
   Currently you cannot pass `grpc.CallOption`s to Execute/ExecuteUpdate/Close on `flightsql.PreparedStatement` objects. We should allow passing call options so that they can get propagated, rather than just copying the call options which were used for the `Prepare` and just propagating those.
   
   ### Component(s)
   
   Go


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow] zeroshade closed issue #33867: [Go][FlightSQL] Allow passing grpc call options to prepared statement methods

Posted by "zeroshade (via GitHub)" <gi...@apache.org>.
zeroshade closed issue #33867: [Go][FlightSQL] Allow passing grpc call options to prepared statement methods
URL: https://github.com/apache/arrow/issues/33867


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org