Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

112 union with null (optional fields) #120

Merged
merged 3 commits into from
Apr 1, 2024
Merged

Conversation

ismailova-n
Copy link
Collaborator

In avro an optional field is represented by a field type union of "null" and the actual type. Such fields are now imported as "required=false" fields in the datacontract, while all other fields are imported as "required=true"

@ismailova-n ismailova-n linked an issue Mar 28, 2024 that may be closed by this pull request
@jochenchrist jochenchrist merged commit 8d7bebc into main Apr 1, 2024
4 checks passed
@jochenchrist jochenchrist deleted the 112-union-with-null branch April 1, 2024 10:25
@jochenchrist
Copy link
Contributor

Thanks for contributing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Union with NULL
2 participants