srebhan commented on PR #34331: URL: https://github.com/apache/arrow/pull/34331#issuecomment-1447862332
> The proposed module would mean that the user just imports a single module that re-exports the interface, without explicitly worrying about ADBC. @lidavidm that's exactly my point. I my view, `database/sql` (think of it as "Golang Database connectivity") and `ADBC` are two independent standards. So **if I do not worry about ADBC** why am I forces to import it? People probably want to use the one or the other. So I do not suggest to have two implementations, I suggest to remove the ADBC wrapper and make it a wrapper around FlightSQL as this is what is done for every other database in Golang! -- 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]
