felipecrv commented on issue #3454: URL: https://github.com/apache/arrow-adbc/issues/3454#issuecomment-3338966546
If we are going to ensure thread-safety at the driver manager layer for Rust (which is good), we should probably do the same for other implementations. The spec should call that out such that drivers don't have to re-invent another layer of locking and what not. If that is not possible or a good design we should then document the requirements to drivers more clearly, reduce the restrictions on the Rust code and start fixing bugs on driver implementations or in the driver frameworks (like the one for Go). -- 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]
