friendlymatthew opened a new issue, #9513: URL: https://github.com/apache/arrow-rs/issues/9513
Similar to https://github.com/apache/arrow-rs/issues/9512 `VariantArray::try_new` and `canonicalize_and_verify_data_type` both accept `LargeUtf8` as a valid shredded variant type. However `unshred_variant` currently only handles `Utf8` for string typed_value columns This means a VariantArray with a `LargeUtf8` typed_value column can be constructed successfully, but calling `unshred_variant` on it fails -- 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]
