levakin commented on issue #1306: URL: https://github.com/apache/arrow-adbc/issues/1306#issuecomment-1822448567
@zeroshade I've found the bug. https://github.com/apache/arrow-adbc/blob/cc0c4e9c01b1feb7c175b22f7cc1b0d019751745/go/adbc/drivermgr/wrapper.go#L103-L116 On MacOS this code executes earlier than `defer Close` on statements. I propose to change this logic. Move it to Close method of the `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]
