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/02/17 20:52:54 UTC

[GitHub] [arrow-nanoarrow] paleolimbot opened a new pull request, #111: fix(extensions/nanoarrow_ipc): Tweak draft interface

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: 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 #111: fix(extensions/nanoarrow_ipc): Tweak draft interface

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


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