scovich commented on PR #8122: URL: https://github.com/apache/arrow-rs/pull/8122#issuecomment-3185049808
> It seems like this PR has both sketches of reading shredded variant values as well as writing shredded variant which is quite cool; I know they are somewhat related, but maybe we can work on them one at a time They're more than just "somewhat related" -- if you squint, shredding is precisely a `variant_get` call where the input is a plain binary variant, the path is empty, and the requested type is the desired shredding schema. Even if the actual shredding implementation did something more clever in order to skip the intermediate binary variant representation, `variant_get` still has to handle that and more. -- 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