-
Couldn't load subscription status.
- Fork 2
Closed
Description
In accordance with AVRO-3370, it would be nice to have a command that checks if a field name is not using a reserved keyword:
Primitives
- null
- boolean
- int
- long
- float
- double
- bytes
- string
While only primitives are forbidden according to the spec:
Primitive type names have no namespace and their names may not be defined in any namespace.
I would suggest excluding the complex types as well:
Complex
- record
- enum
- array
- map
- fixed
Metadata
Metadata
Assignees
Labels
No labels