Gumix opened a new issue, #734: URL: https://github.com/apache/arrow-nanoarrow/issues/734
https://github.com/apache/arrow-nanoarrow/blob/08a64ff44fce354dfca9c011443dbe555f3a8715/src/nanoarrow/ipc/decoder.c#L201-L209 I guess it should look like this: ```c shared_out->size_bytes = shared->size_bytes; shared_out->capacity_bytes = shared->capacity_bytes; ``` -- 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]
