if0ne commented on code in PR #3714: URL: https://github.com/apache/arrow-adbc/pull/3714#discussion_r2592276369
########## rust/core/src/non_blocking/local.rs: ########## Review Comment: This is about flexibility. I think that, in practical terms, most drivers will implement the async trait with a Send bound. But someone might want to implement an async Rust driver that uses an FFI library to connect to a specialized database. -- 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]
