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/04/12 18:20:39 UTC

[GitHub] [arrow] zeroshade opened a new issue, #35080: [Go][FlightSQL] Add support for "grpc+tcp", "grpc+unix" and "grpc+tls" schemes in driver

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

   ### Describe the enhancement requested
   
   Currently the scheme expected for the `database/sql` driver introduced with #34331 only accepts a URI scheme of `flightsql://`. In order to maintain consistency with the other FlightSQL implementations, it should also support the same schemes as the `pyarrow.flight`, C++, Java and ADBC libraries for flight sql: `grpc+tcp://`, `grpc+unix://` and `grpc+tls://`.
   
   ### Component(s)
   
   FlightRPC, 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