alamb commented on code in PR #7915:
URL: https://github.com/apache/arrow-rs/pull/7915#discussion_r2241049133


##########
parquet-variant/src/builder.rs:
##########
@@ -2170,4 +2279,67 @@ mod tests {
         let variant = Variant::try_new_with_metadata(metadata, 
&value).unwrap();
         assert_eq!(variant, Variant::Int8(2));
     }
+
+    #[test]
+    fn test_read_only_metadata_builder() {
+        // First create some metadata with a few field names

Review Comment:
   I started playing around with `variant_get` for shredded values and I am 
finally understanding the proposal for read only metadata... I am still messing 
around



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

Reply via email to