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

feat: allow empty namespaces #459

Merged
merged 1 commit into from
Sep 25, 2024
Merged

feat: allow empty namespaces #459

merged 1 commit into from
Sep 25, 2024

Conversation

nrwiersma
Copy link
Member

The Avro spec has changed to allow empty namespaces as null namespaces:

A namespace is a dot-separated sequence of such names. The empty string may also be used as a namespace to indicate the null namespace.

This PR adjusts validations and tests to allow support this new spec case.

Fixes #457

@nrwiersma nrwiersma self-assigned this Sep 25, 2024
@nrwiersma nrwiersma merged commit 45e7071 into main Sep 25, 2024
12 checks passed
@nrwiersma nrwiersma deleted the empty-namespace branch September 25, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Empty namespace is not allowed
1 participant