felipecrv commented on code in PR #3202: URL: https://github.com/apache/arrow-adbc/pull/3202#discussion_r2231274601
########## go/adbc/pkg/flightsql/init.go: ########## @@ -32,5 +32,5 @@ import "C" //export FlightSQLDriverInit func FlightSQLDriverInit(version C.int, rawDriver *C.void, err *C.struct_AdbcError) C.AdbcStatusCode { // For backwards compatibility - return AdbcDriverFlightsqlInit(version, rawDriver, err) + return AdbcDriverFlightSQLInit(version, rawDriver, err) Review Comment: @zeroshade do I have to update mentions of the `AdbcDriverFlightsqlInit` string in other drivers? ``` $ git grep --name-only AdbcDriverFlightsqlInit c/driver/flightsql/sqlite_flightsql_test.cc c/include/arrow-adbc/driver/flightsql.h c/integration/static_test/main.c csharp/src/Drivers/Interop/FlightSql/FlightSqlDriverLoader.cs ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org