Kriskras99 commented on code in PR #260:
URL: https://github.com/apache/avro-rs/pull/260#discussion_r2470988901
##########
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:
This test doesn't work as intended. Removing this line does not make the
test fail.
--
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]