jklamer commented on code in PR #1778:
URL: https://github.com/apache/avro/pull/1778#discussion_r927816759
##########
lang/rust/avro/src/encode.rs:
##########
@@ -134,6 +134,9 @@ pub(crate) fn encode_internal<S: Borrow<Schema>>(
return Err(Error::GetEnumSymbol(s.clone()));
}
}
+ Schema::Uuid => {
Review Comment:
You should be able to add this condition to the above. L 126
```
Schema::String | Schema::Uuid => ....
```
--
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]