zeroshade commented on code in PR #4009: URL: https://github.com/apache/arrow-adbc/pull/4009#discussion_r2843180032
########## go/adbc/adbc.go: ########## @@ -33,6 +33,18 @@ // safely from multiple goroutines, but not necessarily concurrent // access. Specific implementations may allow concurrent access. // +// # Context Support +// +// As of ADBC API revision 1.2.0, context-aware interfaces are available: Review Comment: good point, I'll remove the tying it to the revision -- 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]
