Kriskras99 commented on code in PR #260:
URL: https://github.com/apache/avro-rs/pull/260#discussion_r2471021410


##########
avro_derive/tests/derive.rs:
##########
@@ -1442,6 +1445,11 @@ mod test_derive {
                         "symbols":["Foo", "Bar", "Baz"]
                     },
                     "default":"Foo"
+                },
+                {
+                    "name":"optional",
+                    "type": ["null", "string"],
+                    "default": null

Review Comment:
   Nevermind, this isn't used for the comparison. Comparison is done on line 
1482



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