[
https://issues.apache.org/jira/browse/AVRO-2377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ismaël Mejía updated AVRO-2377:
-------------------------------
Fix Version/s: (was: 1.9.0)
1.9.2
> Remove Reserved Words Initialization Blocks
> -------------------------------------------
>
> Key: AVRO-2377
> URL: https://issues.apache.org/jira/browse/AVRO-2377
> Project: Apache Avro
> Issue Type: Improvement
> Components: java
> Affects Versions: 1.9.0
> Reporter: David Mollitor
> Assignee: David Mollitor
> Priority: Minor
> Fix For: 1.9.2
>
>
> {code:java}
> private static final Set<String> FIELD_RESERVED = new HashSet<>();
> static {
> Collections.addAll(FIELD_RESERVED, "name", "type", "doc", "default",
> "aliases");
> }
> {code}
> There are several of these patterns. Nit. Remove the static initialization
> blocks.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)