bkietz commented on issue #403: URL: https://github.com/apache/arrow-nanoarrow/issues/403#issuecomment-2004999260
> (Also, how is the lifetime of that ArrowArray managed?) Since a stream is a single pass sequence (STL: input_range), I was planning to use a stashing iterator to keep exactly one array alive. Moving from it should be fine, just declare the loop var without const > I think you will need a way to get the error code too Alright, I'll add `ArrowErrorWithCode` -- 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]
