cakeni commented on code in PR #10639:
URL: https://github.com/apache/arrow-rs/pull/10639#discussion_r3900530826


##########
parquet-variant-compute/src/shred_variant.rs:
##########
@@ -167,6 +166,11 @@ pub(crate) fn 
make_variant_to_shredded_variant_arrow_row_builder<'a>(
             )?;
             VariantToShreddedVariantRowBuilder::Array(typed_value_builder)
         }
+        DataType::FixedSizeList(..) => {

Review Comment:
   The two branches return the same error, but I kept them separate to make the 
unsupported type cases explicit. I can merge them if we prefer a single error 
path here.



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