You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "paleolimbot (via GitHub)" <gi...@apache.org> on 2023/05/24 17:00:59 UTC

[GitHub] [arrow-nanoarrow] paleolimbot opened a new pull request, #202: fix(r): Release streams when calling `as.vector()` or `as.data.frame()`

paleolimbot opened a new pull request, #202:
URL: https://github.com/apache/arrow-nanoarrow/pull/202

   In https://github.com/apache/arrow-adbc/pull/706 , the added `read_adbc()` releases a stream whose statement (and possibly connection) will be released when the stream itself is released. When the user is definitely consuming the entire stream, it is helpful to release it at a guaranteed time so that subsequent operations (e.g., closing a connection, deleting a file on Windows) don't confusingly fail.


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

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


[GitHub] [arrow-nanoarrow] paleolimbot merged pull request #202: fix(r): Release streams when calling `as.vector()` or `as.data.frame()`

Posted by "paleolimbot (via GitHub)" <gi...@apache.org>.
paleolimbot merged PR #202:
URL: https://github.com/apache/arrow-nanoarrow/pull/202


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

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