birschick-bq commented on code in PR #2729:
URL: https://github.com/apache/arrow-adbc/pull/2729#discussion_r2085616787


##########
go/adbc/adbc.go:
##########
@@ -326,6 +336,7 @@ const (
 // or desire for it.
 type Driver interface {
        NewDatabase(opts map[string]string) (Database, error)
+       NewDatabaseWithContext(ctx context.Context, opts map[string]string) 
(Database, error)

Review Comment:
   Moved. Let me know if the wrapping interface name is appropriate.



-- 
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

Reply via email to