scovich commented on issue #7711: URL: https://github.com/apache/arrow-rs/issues/7711#issuecomment-2985722906
One potential way to break the recursion without sacrificing safety -- the array and object iterators both return `&'v [u8]` instead of `Variant<'m, 'v>`, and whoever consumes the iterator can invoke `Variant::try_new` on it. Downsides: * Resulting iterator is definitely less user-friendly * No easy access to the needed `VariantMetadata` -- 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]
