sdf-jkl commented on code in PR #9572:
URL: https://github.com/apache/arrow-rs/pull/9572#discussion_r2955795111


##########
parquet-variant-compute/src/variant_get.rs:
##########
@@ -3167,7 +3165,7 @@ mod test {
         let string_array: Arc<dyn Array> = 
Arc::new(StringArray::from(json_strings));
         let variant_array = json_to_variant(&string_array).unwrap();
 
-        // Request nested struct - this should fail at the row builder level
+        // Request nested struct - now supported by the row builder.

Review Comment:
   
https://github.com/apache/arrow-rs/pull/9572/commits/519a19e14ba7eb85284457cc7a894a206a4be14d



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