scovich opened a new pull request, #8446:
URL: https://github.com/apache/arrow-rs/pull/8446

   * NOTE: Stacked on https://github.com/apache/arrow-rs/pull/8430, ignore the 
first three commits.
   
   # Which issue does this PR close?
   
   - Closes https://github.com/apache/arrow-rs/issues/8336
   
   # Rationale for this change
   
   Adding missing support. 
   
   # What changes are included in this PR?
   
   Change `VariantArray::value` and its helper methods to use a new 
`VariantBuilderExt` (called `SingleValueVariantBuilder`), which is similar to 
the `VariantValueArrayBuilder` in its use of read-only metadata.
   
   Add a new `struct_typed_value_to_variant` helper for recursing into shredded 
structs.
   
   Add a new fallible `VariantArray::try_value` and make `VariantArray::value` 
unwrap it.
   
   # Are these changes tested?
   
   Yes!  A bunch of variant integration tests now pass.
   
   # Are there any user-facing changes?
   
   Add a new public `VariantArray::try_value` method.
   
   Make `ValueBuilder::append_null` public (not sure why it wasn't already)


-- 
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]

Reply via email to