martin-g commented on code in PR #2394:
URL: https://github.com/apache/avro/pull/2394#discussion_r1277431600
##########
lang/rust/avro/src/types.rs:
##########
@@ -377,11 +377,16 @@ impl Value {
}
}
+ /// Validates the value against the provided schema.
+ ///
+ /// Arguments:
+ /// * `schema_resolution` - whether schema resolution rules should be
applied when validating the `value`.
Review Comment:
I will take a deeper look in the coming days!
--
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]