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