mohit7705 opened a new pull request, #9139:
URL: https://github.com/apache/arrow-rs/pull/9139
### Which issue does this PR close?
Closes #9105
### Rationale for this change
The documentation for `VariantObject::get` previously described
`Result`-style
semantics (`Ok(None)` / `Err`), but the method actually returns
`Option<Variant>`. This mismatch could confuse users of the API.
### What changes are included in this PR?
- Update the documentation for `VariantObject::get` to correctly describe its
`Option` return type.
- No functional or behavioral changes are included.
--
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]