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
Currently, if an empty namespace field exists - parser complains with:
avro: namespace key must be non-empty or omitted
However, according to the latest specification this should be allowed.
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. Equality of names (including field names and enum symbols) as well as fullnames is case-sensitive.
Parser should be relaxed, as this prohibits using it without additional hacks of removing such fields before parsing.
The text was updated successfully, but these errors were encountered:
Currently, if an empty namespace field exists - parser complains with:
However, according to the latest specification this should be allowed.
Parser should be relaxed, as this prohibits using it without additional hacks of removing such fields before parsing.
The text was updated successfully, but these errors were encountered: