Skip to content

Add check for field names: Reserved words #40

@nick-zh

Description

@nick-zh

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions