Pranav2612000 commented on issue #3840: URL: https://github.com/apache/arrow-adbc/issues/3840#issuecomment-3696167876
I can see that go libraries have this problem ( https://github.com/golang/go/issues/11100 ). Even if the library is unloaded, the go runtime is still around with its threads, which I think is causing the program to "hang". I see you folks already have some sort of a workaround here ( https://github.com/apache/arrow-adbc/pull/3291 ). Could this be the issue? What's the best way to move forward? ( Also, how do I enable the flag to opt into unloading the library? ) -- 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]
