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

   I can work up a minimal example tomorrow, but the error message you 
described is occurring because there is an `ArrowSchema*` on which 
`ArrowSchemaSetType()` was never called (probably the innermost list).
   
   > Following the approach using ArrowArrayAppendXX() functions, I wrote the 
following function:
   
   I'll try to illustrate this in an actual building example tomorrow, but the 
first thing I would do is to split up the function that builds the 
`ArrowSchema` and the function that populates the `ArrowArray` (which may not 
be the source of the error but is probably closer to what you would do in 
actual code anyway).


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