paleolimbot commented on issue #691: URL: https://github.com/apache/arrow-nanoarrow/issues/691#issuecomment-2555483622
> `ArrowSchemaInitFromType(sch->children[1], NANOARROW_TYPE_FIXED_SIZE_LIST)` I think today you need `ArowSchemaInit()` + `ArrowSchemaSetTypeFixedSize(sch->children[1], NANOARROW_TYPE_FIXED_SIZE_LIST, 123xx);` > Do you have plans to complement https://github.com/apache/arrow-nanoarrow/pull/692 either here in src/ and/or in, say, the ADBC packages? The `ArrowArrayAppend`ers are pretty good here already; I would like to make `ArrowArrayViewGetListElementUnsafe()` to help with the consuming side (which helps the recursive composing when reading arbitrarily nested things). -- 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]
