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
This helps #37 but doesn't fix it entirely.
We also fail generation if there's a default value that doesn't
contain all the required fields, rather than generating invalid code.
The code to derive a default value from a Go struct is too naive. It doesn't cope when the JSON-formatted value isn't correct for Avro.
Here's a test case that fails:
The text was updated successfully, but these errors were encountered: