Nick DiGeronimo created ASTERIXDB-2622:
------------------------------------------
Summary: Errors names should be quoted to prevent confusion
Key: ASTERIXDB-2622
URL: https://issues.apache.org/jira/browse/ASTERIXDB-2622
Project: Apache AsterixDB
Issue Type: Bug
Components: *DB - AsterixDB
Reporter: Nick DiGeronimo
I got an error which produced this message:
ERROR: Code: 1 "type mismatch: missing a required closed field name: string"
Which confused me for a while since it appears I'm missing a field named
string, but actually I'm missing a field called name. Quoting values would help
make this more readable. Like:
ERROR: Code: 1 "type mismatch: missing a required closed field 'name: string'"
Thank you!
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)