sdf-jkl opened a new pull request, #8085:
URL: https://github.com/apache/arrow-rs/pull/8085

   # Which issue does this PR close?
   
   - Closes #8052.
   
   # Rationale for this change
   
   Adds boolean conversion to the cast_to_variant kernel
   
   # What changes are included in this PR?
   
   - Added a `non_generic_conversion` macro for converting data types that do 
not require generic type in the method.
   - Renamed `cast_conversion` macro to `generic_conversion` to make a 
distinction.
   - Conversion of `DataType::Boolean` to `Variant:BooleanTrue/False`
   
   # Are these changes tested?
   
   Yes, added a test for casting Boolean array to Variant
   
   # Are there any user-facing changes?
   
   New conversion to `cast_to_variant` kernel


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

Reply via email to