idosilverwater-vast opened a new issue, #3318: URL: https://github.com/apache/arrow-adbc/issues/3318
### What would you like help with? Hello, Regarding the python adbc-driver-manager We noticed that in the connection class in -lib.pyx, some methods use the nogil context and some don't. set_autocommit() and close() do use it to disable the GIL and rollback does not. In a testing scenario where the server and the adbc driver run in the same GIL context a deadlock is reached. Is there a specific reason why the gil is not disabled in the rollback method? Thank you, Ido -- 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]
