paleolimbot opened a new pull request, #111: URL: https://github.com/apache/arrow-nanoarrow/pull/111
The initial draft interface had no way to retrieve the body length, which made it more or less useless for iterating over streams without decoding them (e.g., just verify a bunch of messages and get their types). The initial interface also passed the input buffer by reference and mutated it, but that wasn't really all that useful it turns out (easier to provide the header + body lengths and let the caller advance the input. -- 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]
