You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran into an edge case today where a schema defined in JSON containing nullable unions would have the "default": null portion stripped out if it was run through a sequence of AvroEx.decode_schema -> AvroEx.encode_schema.
Heyo 👋
Ran into an edge case today where a schema defined in JSON containing nullable unions would have the
"default": null
portion stripped out if it was run through a sequence ofAvroEx.decode_schema
->AvroEx.encode_schema
.Example:
Output:
I haven't dug too deep, but other primitives seem okay:
Using v2.0.1
The text was updated successfully, but these errors were encountered: