intellij-avro
intellij-avro copied to clipboard
Bad formatting when field name is a keyword
This should be fixable with a parser update. Minimal example:
record MyRecord {
date date;
}