Copilot commented on code in PR #9139:
URL: https://github.com/apache/arrow-rs/pull/9139#discussion_r2682323461


##########
parquet-variant/src/variant/object.rs:
##########
@@ -390,7 +390,7 @@ impl<'m, 'v> VariantObject<'m, 'v> {
 
     /// Returns the value of the field with the specified name, if any.
     ///
-    /// `Ok(None)` means the field does not exist; `Err` means the search 
encountered an error.
+    /// Returns `Some(Variant)` if the field exists, or `None` if the field 
does not exist

Review Comment:
   The documentation is missing a period at the end of the sentence. The 
sentence should end with a period for consistency with documentation standards.
   ```suggestion
       /// Returns `Some(Variant)` if the field exists, or `None` if the field 
does not exist.
   ```



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