paleolimbot commented on issue #716: URL: https://github.com/apache/arrow-nanoarrow/issues/716#issuecomment-2704212266
Thanks for opening! I think we'd need a Schema constructor: https://github.com/apache/arrow-nanoarrow/blob/e77a656728c6be5ba13e58f3a7ac9c4e13182fc5/python/src/nanoarrow/schema.py#L1261-L1263 ...and something in iterator to grab the Python values: https://github.com/apache/arrow-nanoarrow/blob/main/python/src/nanoarrow/iterator.py#L238-L243 In general we don't have great "build me an array" support in nanoarrow Python for nested types, so we may have to punt on that for now. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org