lidavidm commented on issue #3454: URL: https://github.com/apache/arrow-adbc/issues/3454#issuecomment-3321900658
Well, just marking `&self` isn't enough without also marking as `Sync` which may impose too much on implementations (most/all drivers are only `Send` even in other languages with the exception of cancellation). (Note that Go uses a token for cancellation so this isn't even relevant there.) I think the separate handle more clearly expresses what was intended, too. -- 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]
