zeroshade commented on code in PR #3202: URL: https://github.com/apache/arrow-adbc/pull/3202#discussion_r2231317987
########## 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: yea, the generation should be fixed so that it doesn't change `driver.go` to `AdbcDriverFlightSQLInit` and keeps it as `AdbcDriverFlightsqlInit` which is what is failing. -- 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