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

   ### What feature or improvement would you like to see?
   
   https://github.com/apache/arrow-adbc/issues/3713
   https://github.com/apache/arrow-adbc/issues/3135#issuecomment-3064168884
   
   We should allow you to close a statement even if the record reader is not 
drained, and close a connection even if statements are not closed. Currently 
this is considered unsafe and various bindings guard against this. Instead the 
driver should be prepared and invalidate the statement/readers. 
   
   I think, however, the API user should still be expected to Release the 
statement/reader to avoid leaking memory. But leaking memory is better than 
crashing.


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