You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by GitBox <gi...@apache.org> on 2022/07/25 07:18:20 UTC

[GitHub] [avro] RikHeijdens commented on a diff in pull request #1778: AVRO-3585: Add support for encoding Value::String as Schema::Uuid

RikHeijdens commented on code in PR #1778:
URL: https://github.com/apache/avro/pull/1778#discussion_r928543189


##########
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:
   Updated the PR with @jklamer's suggestion in https://github.com/apache/avro/pull/1778/commits/f0203f0ff4b46bb008c5c89d6856abc45c10cf3b!



-- 
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: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org