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

Avro ParseException when any field contains lowercase string "protocol" followed by a space #766

Open
ericluria opened this issue Aug 28, 2018 · 0 comments

Comments

@ericluria
Copy link

The error:

ERROR 409: Unprocessable Entity
 - org.apache.avro.compiler.idl.ParseException: Encountered " "{" "{ "" at line 1, column 1.
Was expecting one of:
    "protocol" ...
    "@" ...

To recreate, try uploading either of the following specs:

  1. Name contains protocol (notice the space)
{
  "name": "protocol ",
  "description": "protocol"
}

or

  1. Description contains protocol (notice the space)
{
  "name": "protocol",
  "description": "protocol "
}
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

No branches or pull requests

1 participant