friendlymatthew opened a new issue, #9512:
URL: https://github.com/apache/arrow-rs/issues/9512

   unshred_variant 
[currently](https://github.com/apache/arrow-rs/blob/main/parquet-variant-compute/src/unshred_variant.rs#L228)
 only handles `DataType::Utf8` for string typed_value columns.
   
   However, `VariantArray::try_new` and `canonicalize_and_verify_data_type` 
both accept string views as a valid unshredded variant type. This means a 
VariantArray with a StringView `typed_value` column can be constructed 
successfully, but calling `unshred_variant` on it fails with `NotYetImplemented`
   
   Plus in practice, the parquet reader produces string view columns, so 
callers must cast string views to strings which is not ideal


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