paleolimbot commented on issue #323: URL: https://github.com/apache/arrow-nanoarrow/issues/323#issuecomment-1825978662
It's something we need to prevent failing as a crash (perhaps an inconvenient error at worst!). I *think* what is happening in your last example is that `convert_array_stream()` does *not* call `res$release()` (whereas `as.data.frame.nanoarrow_array_stream()` *does*). The stream is getting released *after* the statement and causing a crash. I might be wrong about that...you can check by adding `res$release()` directly after `convert_array_stream()`. ...it's also possible that there is some other error happening! -- 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]
