lidavidm opened a new pull request, #2653:
URL: https://github.com/apache/arrow-adbc/pull/2653

   The driver does not prevent you from closing a statement when there is still 
an open result set.  Then closing the result set would crash.  Avoid this by 
having the result set keep a weak pointer to the actual state.
   
   Fixes #2629.


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