alamb commented on code in PR #7965: URL: https://github.com/apache/arrow-rs/pull/7965#discussion_r2216573737
########## parquet-variant-compute/src/variant_get.rs: ########## @@ -177,4 +192,209 @@ mod test { r#"{"inner_field": 1234}"#, ); } + + /// Shredding: extract a value as a VariantArray Review Comment: The PR just adds tests here -- to show what I think the output of `variant_get` should be for different variant cases. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org