CurtHagenlocher commented on issue #4210:
URL: https://github.com/apache/arrow-adbc/issues/4210#issuecomment-4245752209

   When I originally prototyped the C# implementation, I had support for 
loading an AOT-compiled C# driver through the native API (e.g. from Python). 
The code is still present in the repo, but I haven't found the time or 
motivation to productize it yet. But if I did, then a C#-built driver would 
have the same limitation of `FreeLibrary`/`dlclose` being broken. This makes me 
wonder whether we ought to have a mechanism for drivers to let the driver 
manager know whether or not they support unloading. A Go driver could report 
different things based on which platform it was running on.


-- 
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]

Reply via email to