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

   # Which issue does this PR close?
   
   - Closes #8515 .
   
   # What changes are included in this PR?
   
   - Add `VariantToBooleanArrowRowBuilder` to support type access for 
`Variant::{BooleanTrue/BooleanFalse}`, as boolean isn't `ArrowPrimitiveType`
   - Add type access for `Variant::Timestamp/Time`
     - Add `target_data_type` in `VariantToPrimitiveArrowRowBuilder` as we may 
need to change the type when finishing the builder
   - Add tests to cover `Variant::{int8/float32/float64}` for existing code
   
   # Are these changes tested?
   
   Added tests
   
   # Are there any user-facing changes?
   
   If there are user-facing changes then we may require documentation to be 
updated before approving the PR.
   
   If there are any breaking changes to public APIs, please call them out.
   


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