PookieBuns commented on code in PR #519:
URL: https://github.com/apache/avro-rs/pull/519#discussion_r2991875314


##########
avro/src/serde/deser_schema/mod.rs:
##########
@@ -738,6 +750,89 @@ impl<'de, 's, 'r, R: Read, S: Borrow<Schema>> 
Deserializer<'de>
     }
 }
 
+struct ThreePlusVariantUnionDeserializer<'s, 'r, R: Read, S: Borrow<Schema>> {

Review Comment:
   I also hate this name but I couldn't think of anything better. Am open to 
suggestions.



-- 
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]

Reply via email to