sdf-jkl opened a new pull request, #8600: URL: https://github.com/apache/arrow-rs/pull/8600
# Which issue does this PR close? - Closes #8567. # Rationale for this change Add support for Variant::Utf-8, LargeUtf8, Utf8View. This needs to add a new builder VariantToStringArrowRowBuilder, because LargeUtf8, Utf8View are not ArrowPritimitiveType's # What changes are included in this PR? - Added support for Variant::Utf-8, LargeUtf8, Utf8View by adding a new enum and builder for utf8 and largeUtf8 and added utf8view to primitive builder. - Added a new variable `data_capacity` to `make_string_variant_to_arrow_row_builder` to support string types. - Updated the `make_string_variant_to_arrow_row_builder` in `variant_get` to include the variable. # Are these changes tested? Added a variant_get test for utf8 type and created two separate tests for largeUtf8 and Utf8view because these types can't be shredded. # Are there any user-facing changes? No -- 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]
