BlakeOrth opened a new issue, #9105: URL: https://github.com/apache/arrow-rs/issues/9105
**Describe the bug** [`VariantObject::get`](https://docs.rs/parquet/latest/parquet/variant/struct.VariantObject.html#method.get) has a doc string that states: > `Ok(None)` means the field does not exist; `Err` means the search encountered an error. However, `get` returns an `Option` not a `Result` **Expected behavior** I expect the doc string to describe possible behaviors -- 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]
