You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "lidavidm (via GitHub)" <gi...@apache.org> on 2023/01/20 18:57:23 UTC

[GitHub] [arrow-adbc] lidavidm opened a new issue, #368: [Python] Add extra locking in the driver manager to help guard against misuse

lidavidm opened a new issue, #368:
URL: https://github.com/apache/arrow-adbc/issues/368

   It's very annoying for a Python user to face random crashes due to misuse. We can add some minimal locking and/or sanity checking Python-side to help avoid this, e.g. prevent closing a connection before its associated statements.


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [arrow-adbc] lidavidm closed issue #368: [Python] Add extra locking in the driver manager to help guard against misuse

Posted by "lidavidm (via GitHub)" <gi...@apache.org>.
lidavidm closed issue #368: [Python] Add extra locking in the driver manager to help guard against misuse
URL: https://github.com/apache/arrow-adbc/issues/368


-- 
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: issues-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org