paleolimbot commented on issue #834:
URL: 
https://github.com/apache/arrow-nanoarrow/issues/834#issuecomment-3657282351

   I *believe* this is intentional...`nanoarrow_allocate_schema()` is a way to 
create a safe home for the `ArrowSchema` C structure such that its address can 
be passed to C, C++, or Rust functions. Usually code that uses it looks like 
this:
   
   ```r
   out <- nanoarrow_allocate_schema()
   some_function_that_calls_into_c(out)
   out
   ```
   
   Is there a specific use of this function that is causing an issue?


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

Reply via email to