eddelbuettel commented on issue #691: URL: https://github.com/apache/arrow-nanoarrow/issues/691#issuecomment-2555282806
Thanks for #692, @paleolimbot. It is an excellent first step and 'proof of the pudding'. I am now trying to complement it from the other side closer to my initial use case / idea and idea by starting from in C(++), i.e. trying to create a proper `struct` containing such a fixed_sized_list wrapping a matrix. Needless to say a naive ``` ArrowSchemaInitFromType(sch->children[1], NANOARROW_TYPE_FIXED_SIZE_LIST) ``` hits the wall quite quickly. Do you have plans to complement #692 either here in `src/` and/or in, say, the ADBC packages? -- 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]
