tustvold commented on PR #6863: URL: https://github.com/apache/arrow-rs/pull/6863#issuecomment-2532539171
ListBuilder already implements Extend, and adding FromIterator should be a trivial extension. The issue from your example concerns being able to extract an iterator of values from a list array, this will require adding a TypedListArray abstraction that can downcast the type-erased ListArray. I can try to find some time to write this up more properly over the next week or so -- 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]
