lidavidm commented on PR #4014: URL: https://github.com/apache/arrow-adbc/pull/4014#issuecomment-4912425715
The problem is what to do about FFI - dropping the Future seems quite a bit more complicated from that layer and having some way to explicitly request a cancellation (causing the outstanding futures to resolve to an error) seems easier to implement. My proposal so far has been to have something akin to a cancellation token (as Go and other ecosystems effectively do), which that page very briefly acknowledges. -- 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]
