birschick-bq commented on code in PR #2729: URL: https://github.com/apache/arrow-adbc/pull/2729#discussion_r2075949938
########## go/adbc/driver/flightsql/flightsql_driver.go: ########## @@ -100,7 +101,7 @@ type driverImpl struct { // passed through the options map. type Driver interface { adbc.Driver - NewDatabaseWithOptions(map[string]string, ...grpc.DialOption) (adbc.Database, error) + NewDatabaseWithOptions(context.Context, map[string]string, ...grpc.DialOption) (adbc.Database, error) Review Comment: Add new method in FlightSql and Snowflake `NewDatabaseWithOptionsContext`. Let me know if that is what is intended. -- 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