alamb opened a new pull request, #8021: URL: https://github.com/apache/arrow-rs/pull/8021
(this PR is not ready for review -- it doesn't actually implement variant get, it just implements the scaffolding for typed variants in VariantArray and the `variant_get` kernel) # Which issue does this PR close? - Part of https://github.com/apache/arrow-rs/issues/6736 - Part of https://github.com/apache/arrow-rs/issues/7941 - Closes https://github.com/apache/arrow-rs/pull/7965 # Rationale for this change This is also based on some of the ideas from @carpecodeum in https://github.com/apache/arrow-rs/pull/7946 and @scovich in https://github.com/apache/arrow-rs/pull/7915 I basically took the tests from https://github.com/apache/arrow-rs/pull/7965 and the conversation with @scovich recorded from https://github.com/apache/arrow-rs/issues/7941#issuecomment-3090534233 and I bashed out how this might look # What changes are included in this PR? TODO # Are these changes tested? Yes # Are there any user-facing changes? New feature -- 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