zeroshade opened a new issue, #57: URL: https://github.com/apache/arrow-go/issues/57
### 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 -- 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]
