alamb commented on code in PR #9145:
URL: https://github.com/apache/arrow-rs/pull/9145#discussion_r2682080529
##########
NOTICE.txt:
##########
@@ -1,5 +1,5 @@
Apache Arrow
-Copyright 2016-2019 The Apache Software Foundation
+Copyright 2016-2026 The Apache Software Foundation
Review Comment:
Thank you!
##########
parquet-variant/src/variant/object.rs:
##########
@@ -390,7 +390,8 @@ 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:
this change looks like it was included accidentally
--
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]