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

allow processing of optional enum values #113

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

DaanRademaker
Copy link
Collaborator

There was in issue when avro schema's were defined with an optional enum e.g.

        {
            "name": "Test",
            "type": "record",
            "fields": [
                {
                    "name": "c1",
                    "type": [
                        "null",
                        {
                            "type": "enum",
                            "symbols": ["passed", "failed"],
                            "name": "Status",
                        },
                    ],
                },
            ],
        }

@dan1elt0m dan1elt0m self-requested a review August 8, 2024 08:44
@dan1elt0m
Copy link
Collaborator

LGTM! Thanks

@DaanRademaker DaanRademaker merged commit fdc718d into godatadriven:main Aug 9, 2024
15 checks passed
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.

2 participants