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


##########
parquet-variant/src/variant.rs:
##########
@@ -414,7 +415,11 @@ impl<'m, 'v> VariantObject<'m, 'v> {
     }
 
     pub fn field(&self, name: &str) -> Result<Option<Variant<'m, 'v>>, 
ArrowError> {
-        // Binary search through the sorted field IDs to find the field
+        // Binary search through the field IDs of this object to find the 
requested field name.
+        //
+        // NOTE: This does not require a sorted metadata dictionary, because 
the variant spec

Review Comment:
   👍 



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